View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
simon simon is offline
external usenet poster
 
Posts: 11
Default 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