Forum Discussion

RhiLew's avatar
RhiLew
Copper Contributor
Jan 06, 2024
Solved

How to change the colour of a cell based on another value

Hi Everyone, Happy New Year!    Looking for some help please. I have already applied conditional formatting to this spreadsheet to highlight improvement (green) or decline (red) in figures. Howeve...
  • Lorenzo's avatar
    Jan 06, 2024

    Hi RhiLew 

    Happy New Year too

     

    or (even better) Make the name cell (A:B) fill red if the value of any M:Q < K ?

     

    Conditional Formatting rule that applies to (with the above example) $A$5:$B$9:

    =COUNTIF($M5:$Q5, "<" & $K5)

     

Resources