+ Reply to Thread
Results 1 to 2 of 2

Conditional format start date, finish date and % complete

  1. #1
    Registered User
    Join Date
    07-20-2011
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    2

    Conditional format start date, finish date and % complete

    I would like to create a color condition green, red, yellow using the following conditions but having problems with the formula.

    Details:
    I want the color change to take place in column A base on the following:
    1. "Green" - display green IF current date Now() is LESS THAN the start date (col F)
    2. "Green" - display Green IF % complete (col C) is 100%
    3. "Yellow" - display yellow IF current date NOW () is GREATER THAN OR EQUAL TO the start date (col F) AND % complete (col C) is less than 100%
    4. "Red" - display red IF current date NOW () is GREATER THAN OR EQUAL TO the finish date (col H) AND % complete is LESS THAN 100%.

    Please with writing the formula for these conditions.
    ThaNK YOU IN advance

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,076

    Re: Conditional format start date, finish date and % complete

    Select the cell

    Conditional Formatting
    New Rule
    Use a formula to determine...
    3 formulas

    =OR(TODAY()<F1,C1=1.00)
    format as green

    =(AND(TODAY()>=F1,C1<1.00))
    format as yellow

    =(AND(TODAY()>=H1,C1<1.00))
    format as red

    Use Format painter (paintbrush icon) to copy to other cells
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. Does a task start or finish date fall within 3 month range of a specific date
    By jamesmcgallan in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-19-2015, 07:46 AM
  2. Replies: 3
    Last Post: 09-04-2014, 08:17 PM
  3. [SOLVED] Return start and finish date
    By kaypump in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-25-2014, 12:43 PM
  4. Calculate start date from finish date minus 14 working hours
    By PietBom in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-08-2014, 07:23 PM
  5. Make date ranges for graph (choose start and finish date)
    By zeko90 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-23-2013, 09:13 AM
  6. Replies: 2
    Last Post: 04-01-2010, 07:31 PM
  7. Start and Finish Date
    By Hippychic in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-02-2007, 11:36 AM

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