Highest value in column

Savvyn

New Member
Joined
May 18, 2018
Messages
1
I'm hoping someone can help with something I'm trying to do at work. Here's the basic situation:

Column A consists of names and each name shows up 1-20 times. Column B consists of numbers. I am trying to highlight or somehow identify the highest number corresponding to each name. Is there a formula for this?
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
1. Try a pivot table.

2. In C2 enter and copy down:

=MAXIFS(B:B,A:A,$A2)

3. If you get a #NAME? error on [2], in C2 enter and copy down:

=AGGREGATE(14,6,$B$2:$B$8/($A$2:$A$8=$A2),1)

4. Try to create a unique list in column E by means of Advanced Filter and invoke in F2 one of the foregoing formulas where you replace A2 with E2.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,327
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top