Max value

Closed
nate - Feb 11, 2011 at 03:00 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Feb 14, 2011 at 08:56 AM
Hello,

What formula can I use in Excel to find the max value for POR, BAR and DAR? see below..

Thanks


A B
1 POR 2
2 BAR 3
3 BAR 4
4 POR 9
5 POR 3
6 DAR 7
Related:

1 response

TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 552
Feb 14, 2011 at 08:56 AM
Hi Nate,

Try this:

=MAX(($A$1:$A$6="POR")*($B$1:$B$6))
This is an array formula and needs to be confirmed by hitting Ctrl+Shift+Enter. This will put curly brackets around the formula.

Drag the formula down 2 times and replace the word "POR" by "BAR" and "DAR".

Best regards,
Trowa
0