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

[TABLE="width: 96"]
<colgroup><col width="64" style="width: 48pt;" span="2"><tbody>[TR]
[TD="width: 64, bgcolor: transparent, align: center"]User
[/TD]
[TD="width: 64, bgcolor: transparent, align: center"]Percentage[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: center"]Satz
[/TD]
[TD="bgcolor: transparent, align: center"]20[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: center"]Satz[/TD]
[TD="bgcolor: transparent, align: center"]80[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: center"]Eliy[/TD]
[TD="bgcolor: transparent, align: center"]70[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: center"]Eliy[/TD]
[TD="bgcolor: transparent, align: center"]30[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: center"]Shar[/TD]
[TD="bgcolor: transparent, align: center"]90
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: center"]Shar[/TD]
[TD="bgcolor: transparent, align: center"]10[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: center"]Vin[/TD]
[TD="bgcolor: transparent, align: center"]40[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: center"]Vin[/TD]
[TD="bgcolor: transparent, align: center"]60[/TD]
[/TR]
</tbody>[/TABLE]

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

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
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,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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