View Single Post
  #1   Report Post  
Mark
 
Posts: n/a
Default adding color to the results of IF statements

I am trying to make an IF statement results have different colored cells
depending on their outcome. For instance, if A=B, I want the cell to say "GO"
with green fill around it. If A does not =B, I want the cell to say "STOP"
with red fill aound it. How can I do this?