Forum Discussion
cedadams
Sep 06, 2025Copper Contributor
Conditional Formatting
In a column of numbers that contains a formula (=IF(I90>0,(SUM(H90:I90))," ") can I automatically highlight the cell which gives the highest value?
HansVogelaar
Sep 06, 2025MVP
Let's say you have formulas like that in K2:K100. Select this range
On the Home tab of the ribbon, click Conditional Formatting > New Rule...
Select 'Format only cells that contain'.
Leave the first drop down set to 'Cell Value'.
Select 'equal to' from the second drop down.
In the box next to it, enter the formula
=MAX($K$2:$K$100)
Click Format...
Activate the Fill tab.
Select a fill color.
Click OK, then click OK again.