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

I have put some conditional formatting on columns in a spreadsheet as folows:

Cell Value is less than =TODAY() - format cell to Red
Cell Value is less than =TODAY()+30 - format cell to Orange
Cell Value is greater than =TODAY() - format cell to Green

But I now want to say if the cell is blank to leave it with no colour

Any help would be greatly appreciated.

JayM
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default conditional Formatting help

Change drop down box to 'Formula is' instead of Cell Value
=AND(A2<"",A2<TODAY()) for red
=AND(A2<"",A2<TODAY()+30) for orange
=AND(A2<"",A2TODAY()) for green

Note: Select range(s) that will have this conditional formatting. Delete the
current conditions. Whichever cell is the 'active' cell in the selected
range(s) (it will be the one that if you typed the typing would go there),
use that cell for the A2 in my above examples. Then, so long as you have the
entire range(s) selected, the conditional formatting will be applied to each
cell, and adjusting for rows and columns.

Note2: If the date in the cell is 15 days in the future, you may want to be
sure you have the order in which you check for the conditions in the order
you desire, because it would be true for both Orange AND Green.

Hope this helps.
--
John C


"JayM" wrote:

I have put some conditional formatting on columns in a spreadsheet as folows:

Cell Value is less than =TODAY() - format cell to Red
Cell Value is less than =TODAY()+30 - format cell to Orange
Cell Value is greater than =TODAY() - format cell to Green

But I now want to say if the cell is blank to leave it with no colour

Any help would be greatly appreciated.

JayM

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

Thanks for your help changed things slightly now and I get the results I want:

=AND($P1<"",$P1<TODAY()) for red
=AND($P1<"",$P!<TODAY()+30) for orange
=AND($P1<"",$P1TODAY()+30) for green

however I will apply similar formatting to columns Q, R, S, T
in Column B I have a Surname I would like this to change to red if anyone of
the other mentioned columns turns red for that person. Hope that makes sense!




"John C" wrote:

Change drop down box to 'Formula is' instead of Cell Value
=AND(A2<"",A2<TODAY()) for red
=AND(A2<"",A2<TODAY()+30) for orange
=AND(A2<"",A2TODAY()) for green

Note: Select range(s) that will have this conditional formatting. Delete the
current conditions. Whichever cell is the 'active' cell in the selected
range(s) (it will be the one that if you typed the typing would go there),
use that cell for the A2 in my above examples. Then, so long as you have the
entire range(s) selected, the conditional formatting will be applied to each
cell, and adjusting for rows and columns.

Note2: If the date in the cell is 15 days in the future, you may want to be
sure you have the order in which you check for the conditions in the order
you desire, because it would be true for both Orange AND Green.

Hope this helps.
--
John C


"JayM" wrote:

I have put some conditional formatting on columns in a spreadsheet as folows:

Cell Value is less than =TODAY() - format cell to Red
Cell Value is less than =TODAY()+30 - format cell to Orange
Cell Value is greater than =TODAY() - format cell to Green

But I now want to say if the cell is blank to leave it with no colour

Any help would be greatly appreciated.

JayM

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 11:14 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"