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

Please can anyone help me? I want to be able to turn due dates so they show
red, amber or green depending on length of time left. Red = today + 2 days,
amber = today + 2 - 4 days and green = today + 4 days. I just can't get
anything to work. Help me:-(
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 470
Default Conditional formatting

I am a little confused to the ranges:

Red = Today + 2 days
Amber = Today + 2 - 4 days (why not Today - 2?)
Green = Today + 4 days

Ususally you specifiy the range =Today and <= Today + 5 (as an example).

Anyway I will give you an example of setting up a conditional format for
Red. Based on your specs, it will only be red if the date in the cell equals
(Today + 2 days).

Click on FORMAT Conditional Format.
Change the first window from "Cell Value Is" to "Formula Is".
In the next window type: =AND(A1<"", A1=(TODAY()+2))
Then click on FORMAT (in right hand side of window) and change to colors you
want.

An example of a range, say 15 days prior to today, would be:
=AND(A1<"", TODAY()=A1-15, TODAY()<=A1-1)
This would be used in a case where the date in cell A1 is a deadline and you
want it to cycle through colors at certain date ranges 16-30 days is yellow,
1-15 is orange and = A1 is RED. Of course I have only shown you one
condition. You would have to ADD and change the range specs to fit your
needs.

Remember, the conditional format will execute the first TRUE condition.

Hope this helps,
Les


"Bizzy" wrote:

Please can anyone help me? I want to be able to turn due dates so they show
red, amber or green depending on length of time left. Red = today + 2 days,
amber = today + 2 - 4 days and green = today + 4 days. I just can't get
anything to work. Help me:-(

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 05:42 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"