Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi,
I have three columns. One column has names of people, one has a alphabet (e.g. A, B, C, D and E) and the third has a rating (e.g. 1.0 to 5.0) I would like to get the minimum and maximum of the ratings corresponding to A, then B, C, D and E. Can someone help me do this? I can do it using Pivot table, but I dont want to use it in this case. Thanks, Sando |
#2
![]() |
|||
|
|||
![]()
Hi!
Entered as an array with the key combo of CTRL,SHIFT,ENTER: =MAX(IF(B1:B8="A",C1:C8)) =MIN(IF(B1:B8="A",C1:C8)) Biff -----Original Message----- Hi, I have three columns. One column has names of people, one has a alphabet (e.g. A, B, C, D and E) and the third has a rating (e.g. 1.0 to 5.0) I would like to get the minimum and maximum of the ratings corresponding to A, then B, C, D and E. Can someone help me do this? I can do it using Pivot table, but I dont want to use it in this case. Thanks, Sando . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|