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

I have a spreadsheet that has promotion eligible dates for about 15 people. I
would like to have the background of the date change to the following colors
for the following circumstances.

At 60 days before the date I need the date to change to yellow to notify to
start processing paperwork.

If the date has passed I need it to turn red.

I can not figure out the correct formula for the cell to do both formats.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Multiple Conditional Formatting on Dates

Assume the date is in A1:

CF1: Formula is =A1<=TODAY()+60
Format1: <font/<yellow

CF2: Formula is =A1<=TODAY()
Format2: <font/<red

In article ,
Frank wrote:

I have a spreadsheet that has promotion eligible dates for about 15 people. I
would like to have the background of the date change to the following colors
for the following circumstances.

At 60 days before the date I need the date to change to yellow to notify to
start processing paperwork.

If the date has passed I need it to turn red.

I can not figure out the correct formula for the cell to do both formats.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Multiple Conditional Formatting on Dates

Don't you need those the other way round?
If you put the =A1<=TODAY()+60 test first, it will never get to
=A1<=TODAY() in any case that needs it.
I would reverse the order of the 2 tests.
--
David Biddulph

"JE McGimpsey" wrote in message
...
Assume the date is in A1:

CF1: Formula is =A1<=TODAY()+60
Format1: <font/<yellow

CF2: Formula is =A1<=TODAY()
Format2: <font/<red


In article ,
Frank wrote:

I have a spreadsheet that has promotion eligible dates for about 15
people. I
would like to have the background of the date change to the following
colors
for the following circumstances.

At 60 days before the date I need the date to change to yellow to notify
to
start processing paperwork.

If the date has passed I need it to turn red.

I can not figure out the correct formula for the cell to do both formats.

Thanks



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Multiple Conditional Formatting on Dates

Oops. You're exactly right - I transposed my original criteria to make
it clearer, and pooched it...

Thanks for the correction.

In article ,
"David Biddulph" wrote:

Don't you need those the other way round?
If you put the =A1<=TODAY()+60 test first, it will never get to
=A1<=TODAY() in any case that needs it.
I would reverse the order of the 2 tests.

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 & Dates? Nat Excel Discussion (Misc queries) 5 August 10th 05 10:26 AM
Conditional Formatting (Dates) d_birr77 Excel Discussion (Misc queries) 6 July 20th 05 12:40 AM
Conditional Formatting w/ Dates John F.M. Excel Discussion (Misc queries) 5 May 31st 05 03:18 PM
Conditional Formatting with Dates WLMPilot Excel Worksheet Functions 2 May 3rd 05 05:22 PM
Conditional Formatting for dates spacerocket Excel Worksheet Functions 2 November 4th 04 10:13 AM


All times are GMT +1. The time now is 11:05 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"