Forum Discussion

AlanC132's avatar
AlanC132
Copper Contributor
Dec 04, 2019

Conditional Formatting highlighting cells using IF formula

I am trying to change the colour of any cell in the table (A:J) below if it contains M3 and N3="DT"

 

Please help 🙂

 

1 Reply

  • ChrisMendoza's avatar
    ChrisMendoza
    Iron Contributor

    AlanC132 -

     

    Here's the formula I've used in my sample:

    =COUNTIFS(OFFSET($B$3:$B$8,0,1),"DT",$B$3:$B$8,B11)>0

     

     

Resources