Conditional Formating

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a sheet containing the following formulas:
=IF(I5<TODAY(),"Delete","In Progress")
This works fine, however when I attempt to apply some conditional formating
to this and ask to display the results of "Delete" in red it does not work.
Could anyone please provide some guidance, I have checked through the help
and previous posts but still can't make it work. Even when I input the
formula and select OK, the next time I hover over the cell the formula does
not display in the formula bar

Thanks
 
Hi Zooming,

Select cell where 'Delete' is. Go to format, conditional format.

select 'Cell value is' 'Equal to', ="delete"

Select the format conditions e.g font color, patten Click OK

If it does not work go back in and check that excel has not added an
extra set of quotation marks - if it has, delete them and click OK.

HTH
Ed
 
Hi zooming,

How about in 'conditional formatting', 'condition1', 'formula is':
=I5="Delete"
'format', 'patterns', 'red'

HTH
 

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