conditional format highlight name that has highest value points

bluefeather8989

Active Member
Joined
Nov 20, 2009
Messages
325
Office Version
  1. 365
Platform
  1. Windows
in column C a list of names and in column D the final score for the person. I need a conditional format the name and score of the highs point (as seen in sample).


sample.png
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Check this and revert -

Book2
AB
1Danny4
2Lisa7
3Trial3
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:B3Expression=$B1=MAX($B:$B)textNO
 
Upvote 0
Check this and revert -

Book2
AB
1Danny4
2Lisa7
3Trial3
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:B3Expression=$B1=MAX($B:$B)textNO
I'm sorry it was early in the morning when I wrote this. the column has more than 1 score set. need to set each one individually.
sample.png
 
Upvote 0
Simply modify the formula for ranges like below

Excel Formula:
=$D2=MAX($D2:$D3)
 
Upvote 1
Solution

Forum statistics

Threads
1,216,031
Messages
6,128,424
Members
449,450
Latest member
gunars

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