Differentiate Maximum value

Sathisc

Board Regular
Joined
Jul 29, 2008
Messages
103
Hi,

I have the data a give in the table. I need a formula to differentiate the maximum value to each names updated in column A

User
Percentage
Satz
20
Satz80
Eliy70
Eliy30
Shar90
Shar10
Vin40
Vin60

<colgroup><col width="64" style="width: 48pt;" span="2"><tbody>
</tbody>

I need formula to highlight or differentiate in another column the max vaue(satz 80 should be highlighted or some differentiation required)

Thanks,
Sathish
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Try this formula for CF:

=$B1=MAX(($A$1:$A$8=$A1)*$B$1:$B$8)
 
Upvote 0
Thanks you for your reply.
for eg: I need Satz to get compared in column A and the MAX value in B column need to be differentiated.
 
Upvote 0

Forum statistics

Threads
1,215,513
Messages
6,125,262
Members
449,219
Latest member
daynle

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