+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting - Due Dates

  1. #1
    Registered User
    Join Date
    09-18-2013
    Location
    Tarlac, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    4

    Conditional Formatting - Due Dates

    Hello everyone, my boss told me to make a control board which determines the due dates.
    If the it is 5 days before due date the text color will be green.
    If 3 days before the text color will be yellow.
    If it is in due date or overdue, the text color will be red.

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,792

    Re: Conditional Formatting - Due Dates

    =E3>=TODAY()+5 = red

    =E3>=TODAY()+3 = Yellow

    =E3<=TODAY() = red

    If the it is 5 days before due date the text color will be green.
    If 3 days before the text color will be yellow.
    If it is in due date or overdue, the text color will be red.
    What to do if between today and 3 days
    I may have misunderstood your requirement


    make up three rules
    and put them in order
    RED, YELLOW , GREEN
    and stop if true

    see attached

    for 2007 or 2010 excel version
    Conditional Formatting

    Highlight applicable range >>

    E3 to E???


    Home Tab >> Styles >> Conditional Formatting
    New Rule >> Use a formula to determine which cells to format
    Edit the Rule Description: Format values where this formula is true:


    apply one of the formulas above


    Format… [Number, Font, Border, Fill]
    OK >> OK
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    12-07-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    31

    Re: Conditional Formatting - Due Dates

    Hi

    I have interpreted your requirement slightly differently than etaf

    1 question, what happens if due date is 4 days in the future? I have assumed this to be green

    if due date 4 to 5 days and only 4 to 5 days in the future is green, see Font tab attached

    Rule : = and(today() - due date >= -4, today() -due date >= -5) Font/Fill green

    OR if due date 4 or more days in the future is green, see Fill tab attached

    Rule : = today() - due date <= -4 Font/Fill green

    if due date is 1 to 3 days in the future then yellow

    Rule : = and(today()-due date < 0, today() - due date >= -3) Font/Fill yellow

    if due date is today or in the past then red

    Rule : = due date <= today() Font/Fill red

    Apply rules in the order they appear above

    I usually find it helpful to work out conditional format rules as a worksheet IF (logical, value true, value false) function first.



    Regards
    Ian
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Conditional Formatting with approaching due dates and completed dates
    By rogernation in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-13-2013, 04:12 PM
  2. Replies: 4
    Last Post: 08-29-2013, 11:23 AM
  3. [SOLVED] Conditional Formatting of: dates within 1 month and dates before today.
    By Luke Smith in forum Excel General
    Replies: 5
    Last Post: 06-18-2013, 07:29 AM
  4. [SOLVED] Conditional formatting for due dates
    By Jimre123 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-13-2013, 03:27 PM
  5. [SOLVED] Conditional Formatting - Due Dates
    By clicky555 in forum Excel General
    Replies: 5
    Last Post: 08-02-2012, 05:51 PM

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