Forum Discussion

GraemeNZ's avatar
GraemeNZ
Brass Contributor
Mar 10, 2022
Solved

Conditional formatting rules, multiple conditions to check

Hi - we have different types of milk that we test for acidity. High acidity is a problem, so I want conditional formatting to highlight these results. However, sheep milk naturally has higher acidity...
  • HansVogelaar's avatar
    Mar 10, 2022

    GraemeNZ 

    I'd use two rules instead of the four you have. And you probably want to apply them to $J$6:$J$100 or so, instead of just to $J$6.

    Leave the rule for J6>0.18 alone, and delete the other three.

    Click 'New rule...'

    Select 'Use a format to determine which cells to format'.

    Enter the formula =AND(P6="Yes",J6>0.24).

    Click Format...

    Activate the Font tab.

    Select red as font color.

    OK your way out.

Resources