Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
sando
 
Posts: n/a
Default Getting the MIN and MAX from a column wrt another column

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   Report Post  
Biff
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"