help with IF statement.
I've got a simple IF statement that generates some text in a cell.
=IF(C8=3,"Material must be removed, due to score of three in Box B","No need
to remove")
Lets say for arguments sake, that the cell is A15.
How can I,
A) On logical test 'True' - turn the text in Cell A15 red, but on logical
test 'False' keep it black.
B) On logical test 'True' - turn the background fill in Cell A15 red,
but on logical test 'False' keep it white.
(I want either not both - I've not totally decided which I want)
SS
|