+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting - Date dependancy

  1. #1
    Registered User
    Join Date
    09-11-2007
    Location
    Droitwich
    Posts
    8

    Conditional Formatting - Date dependancy

    Hi everyone,

    I am trying to set up some conditional formatting to do the following...

    I want to enter dates into a column for work, the date will represent the due date the work is to be completed. I would like the cells to change colour depending on how close to the deadline it is.
    i.e. Job needs to be completed by 01/12/07, so I put this date in my spreadsheet in the Due Date Column, I need the conditional formatting to change from Green (being OK) to Orange (meaning Deadline is X amount of days away and Red (Meaning there is 24hrs or so to go)

    I hope this makes sense.

    your help is appreciated

    Cheers
    Success is the ability to go from one failure to another without loss of enthusiasm

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    You can add three conditions within a conditional format. Assuming your date is in cell A1, you can use these three conditions respectively:
    THis condition checks if the due date is more than 30 days away.
    Please Login or Register  to view this content.
    This code checks that the due date is between 14 and 30 days away.
    Please Login or Register  to view this content.
    This code checks if the due date is less than 14 days away.
    Please Login or Register  to view this content.

  3. #3
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    i did it like this:
    =$A$1>=TODAY()-1
    formatted as red
    =$A$1>=TODAY()-7
    formatted as orange
    =$A$1>TODAY()-21
    formatted as green
    Not all forums are the same - seek and you shall find

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1