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

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
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,226,729
Messages
6,192,696
Members
453,747
Latest member
tylerhyatt04

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