Forum Discussion

cedadams's avatar
cedadams
Copper Contributor
Sep 06, 2025

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?

1 Reply

  • 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.

Resources