Conditional Formatting Cells Based on Max of Corresponding Cells

cdubs34

New Member
Joined
Jul 26, 2011
Messages
34
In the example below, I need to conditionally format (in red text) the name that has the highest spend. So in the example Jane Doe would be conditionally formatted to red text. Could you please provide help on the formula to use for this? Thank you!
John Smith$20
Jane Doe$25
Don Johnson$10

<tbody>
</tbody>
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Select cells A1 to A3. Click on Conditional Formatting | New Rule | Use a formula... Paste or type exactly the following into the Format Values where... box =MAX($B$1:$B$3)=$B1 Choose a format that you desire, like red font. Cell A2 (Jane Doe) will be red because the expenditure in B2 matches the highest expenditure in Column B's range.

You can learn all about CondFrmt by watching the ExcelIsFun channel's videos on YouTube https://www.youtube.com/watch?v=GRfe4bHsjhI&t=1s
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,353
Messages
6,124,463
Members
449,163
Latest member
kshealy

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