0

I want to get a cell to highlight is the value in cell V16 is greater than 0. I then want it to check if S5=D17. If this is True, no action is required. But if it is False, I want it to highlight.

=IF(V16<0,S9=D37,"highlight D37 red")

2
  • Try: =NOT((V16>0)*(S5=D17)) Commented May 25 at 21:11
  • Use Conditional formatting (Use a formulae to determine which cell to format) to achieved the same. Add condition and apply format.
    – Arun Singh
    Commented Jun 3 at 9:20

0

Browse other questions tagged or ask your own question.