Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Conditional Formatting help

I have set the following conditions for my worksheet:

=(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DAY(E7))) will shade red


=(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DAY(E7))) will shade yellow

These conditions are set to each cell in the worksheet. The problem I
having is all the blank, or unfilled, blocks are now shaded red. I need them
unshaded if they are empty. What am I doing wrong or missing?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Conditional Formatting help

=AND(E7<"",(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DA Y(E7))))

=AND(E7<"",(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DA Y(E7))))

--
__________________________________
HTH

Bob

"Dolphin" wrote in message
...
I have set the following conditions for my worksheet:

=(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DAY(E7))) will shade red


=(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DAY(E7))) will shade yellow

These conditions are set to each cell in the worksheet. The problem I
having is all the blank, or unfilled, blocks are now shaded red. I need
them
unshaded if they are empty. What am I doing wrong or missing?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Conditional Formatting help

Thanks, Bob. That worked great!

"Bob Phillips" wrote:

=AND(E7<"",(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DA Y(E7))))

=AND(E7<"",(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DA Y(E7))))

--
__________________________________
HTH

Bob

"Dolphin" wrote in message
...
I have set the following conditions for my worksheet:

=(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DAY(E7))) will shade red


=(TODAY()=DATE(YEAR(E7)+1,MONTH(E7),DAY(E7))) will shade yellow

These conditions are set to each cell in the worksheet. The problem I
having is all the blank, or unfilled, blocks are now shaded red. I need
them
unshaded if they are empty. What am I doing wrong or missing?




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
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 06:04 PM.

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"