I have the following conditional formatting below so that if the rate in Col A <>14% and the value <> 0 in Col E, then columns A:G that are part of the CF are highlighted in Blue
I need to amend my formula so that if #Div/0! is in Col A and col E <> 0 then the cells must also be highlighted
It would be appreciated if someone could kindly amend my formula to incorporate the above requirement
Code:
=IF(AND($A2<>14%),$E2<>0)
I need to amend my formula so that if #Div/0! is in Col A and col E <> 0 then the cells must also be highlighted
It would be appreciated if someone could kindly amend my formula to incorporate the above requirement