Empty Cell-conditional formatting

S

smack

I have a column where I enter a date when a document arrives. If it is left
blank for more than 7 days I need an alert. I also have a start date in A1
to refer to. It would be 7 days from the start date, I would need the cell
red or "ALERT".

Thanks!

SMack
 
F

Fred Smith

You want something like:
=today()>$a$1+7
Color the cell red. Displaying "ALERT" would require a macro.

Regards,
Fred
 

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

Top