Conditional Format Formula For Highest Value in Column B, highlighting Row A&B

surkdidat

Well-known Member
Joined
Oct 1, 2011
Messages
582
Office Version
  1. 365
NameScore
Peter53
Steve26
Andy71
James44
Nigel55

I am after a conditional formatting FORMULA please (aware there is an option to highlight the top 1) to highlight the highest score in Column B, but also highlight the name in Column A (So Andy, 71) in this example

Many thanks
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Follow these steps (for your example):

1. Select Range A2:B6
2. Go to Conditional Formatting and select the formula option
3. Enter the following formula:
Excel Formula:
=MAX($B$2:$B$6)=$B2
4. Chose your desired formatting
5. Click OK

Results:
1695078651621.png
 
Upvote 1
Solution
Follow these steps (for your example):

1. Select Range A2:B6
2. Go to Conditional Formatting and select the formula option
3. Enter the following formula:
Excel Formula:
=MAX($B$2:$B$6)=$B2
4. Chose your desired formatting
5. Click OK

Results:
View attachment 98906
Thank you! Works a treat!
 
Upvote 0

Forum statistics

Threads
1,215,420
Messages
6,124,803
Members
449,190
Latest member
cindykay

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