T
Terry Pinnell
I'm struggling to write a formula that would make all cells with YES
have red text, while NO remains the black default.
FWIW, the cell already contains a longish formula
=OR(IF(ABS(C4-1.33)<=0.01,TRUE,FALSE),IF(ABS(C4-1.77)<=0.01,TRUE,FALSE))
(to decide whether the cells in col C are either between 1.33 and 1.34
or between 1.77 and 1.78). I just want to add the finishing touch of
colouring the YES results.
It's frustrating, as I'm sure I've done it before a few years ago!
have red text, while NO remains the black default.
FWIW, the cell already contains a longish formula
=OR(IF(ABS(C4-1.33)<=0.01,TRUE,FALSE),IF(ABS(C4-1.77)<=0.01,TRUE,FALSE))
(to decide whether the cells in col C are either between 1.33 and 1.34
or between 1.77 and 1.78). I just want to add the finishing touch of
colouring the YES results.
It's frustrating, as I'm sure I've done it before a few years ago!