conditional formatting date and blank cell

A

Audrey G.

Using Excel 2003 -- I have a column which has a date entered into it. I need
this column to highlight the date if:
1. it is between today's date and 10 days from today in one color
2. it is past today's date in another color
3. do not show color in the cells that are blank

I have highlighted the entire column, used the Conditional Formatting with
the following:
1. Cell Value is between =TODAY() and =TODAY()+10 [yellow highlight]
2. Cell Value is less than =TODAY() [orange highlight]

It is this second format that is causing blank cells (ones not yet used) to
have an orange highlight. How do I correct this so that blank cells will
have no highlight, yet keep the formatting for the other dates?

Thanks!
Audrey G.
 
L

Luke M

Change condition to to
Cell Value is between 1 and TODAY()

assuming you don't have any dates of 1/1/1900, this will work just fine.
 
A

Audrey G.

Thank you! This worked great!
--
Audrey G.


Luke M said:
Change condition to to
Cell Value is between 1 and TODAY()

assuming you don't have any dates of 1/1/1900, this will work just fine.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


Audrey G. said:
Using Excel 2003 -- I have a column which has a date entered into it. I need
this column to highlight the date if:
1. it is between today's date and 10 days from today in one color
2. it is past today's date in another color
3. do not show color in the cells that are blank

I have highlighted the entire column, used the Conditional Formatting with
the following:
1. Cell Value is between =TODAY() and =TODAY()+10 [yellow highlight]
2. Cell Value is less than =TODAY() [orange highlight]

It is this second format that is causing blank cells (ones not yet used) to
have an orange highlight. How do I correct this so that blank cells will
have no highlight, yet keep the formatting for the other dates?

Thanks!
Audrey G.
 
A

Audrey G.

This worked as well. I don't know that I fully understand why it worked, but
I will get to that point later. Thanks so much!
--
Audrey G.


David Biddulph said:
For the second use Formula Is (not Cell Value is):
=AND(A2<>"",A2<TODAY())
--
David Biddulph
Using Excel 2003 -- I have a column which has a date entered into it.
I need this column to highlight the date if:
1. it is between today's date and 10 days from today in one color
2. it is past today's date in another color
3. do not show color in the cells that are blank

I have highlighted the entire column, used the Conditional Formatting
with the following:
1. Cell Value is between =TODAY() and =TODAY()+10 [yellow highlight]
2. Cell Value is less than =TODAY() [orange highlight]

It is this second format that is causing blank cells (ones not yet
used) to have an orange highlight. How do I correct this so that
blank cells will have no highlight, yet keep the formatting for the
other dates?

Thanks!
Audrey G.
 

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