Turn cell red if today is greater or equal to date in cell

R

Rich

Hi,
I'm storing dates in cells in a column that represent future deadline
dates. If today's date is greater or equal to the date stored in the cell,
I want to turn that same cell red and text bold. Or, at least somehow flag
it.

I've been using conditional formatting but have not been able to get
exactly what I need. Thank-you,

Rick

(e-mail address removed) (remove X's for true email)
 
F

Frank Kabel

Hi
- goto the conditional format dialog after selecting your cell (lets
say you have selected B1)
- choose 'Formula is'
- enter the following formula:
=B1<=TODAY()
- choose your format
 
R

Rich

It worked perfect.
Thank-you,

Rick

Frank Kabel said:
Hi
- goto the conditional format dialog after selecting your cell (lets
say you have selected B1)
- choose 'Formula is'
- enter the following formula:
=B1<=TODAY()
- choose your format
 

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