Different color on cell [newbie]

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I would like that text is displayed in a different color, in the following
example, with the following conditional (i.e. if it evaluates to false
display text in red):

=IF(M71="Yes","No",[Red]"TBC")

Any ideas?
 
Use :
=IF(M71="Yes","No","TBC")
and use conditional formating to test the cell value.
HTH
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top