Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default conditional formatting date and blank cell

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default conditional formatting date and blank cell

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." wrote:

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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default conditional formatting date and blank cell

For the second use Formula Is (not Cell Value is):
=AND(A2<"",A2<TODAY())
--
David Biddulph

Audrey G. wrote:
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.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default conditional formatting date and blank cell

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


"Luke M" wrote:

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." wrote:

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.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default conditional formatting date and blank cell

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" wrote:

For the second use Formula Is (not Cell Value is):
=AND(A2<"",A2<TODAY())
--
David Biddulph

Audrey G. wrote:
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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting if cell is Blank Judi Excel Worksheet Functions 3 April 25th 23 07:42 PM
Conditional formatting - check for blank cell Eric_NY Excel Discussion (Misc queries) 3 August 18th 09 05:08 PM
conditional formatting with blank date fields Freida Excel Worksheet Functions 2 December 25th 07 09:34 PM
put zero in blank cell using conditional formatting Terry Excel Worksheet Functions 5 March 22nd 07 08:38 PM
conditional formatting blank cell TREK5200 Excel Discussion (Misc queries) 1 December 6th 04 02:23 AM


All times are GMT +1. The time now is 02:29 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"