+ Reply to Thread
Results 1 to 5 of 5

Conditional format icons based on multiple date conditions

Hybrid View

  1. #1
    Registered User
    Join Date
    09-02-2008
    Location
    Holland
    Posts
    11

    Conditional format icons based on multiple date conditions

    Hi guys

    How could the following conditional formatting be achieved based on these date columns?

    Column B = Due date
    Column C = icons (red, orange, green) based on combination
    Column D = Done date

    Combinations:
    Red: when today > due date OR done date > due date
    Orange: for dates from Today till Today + 2
    Green: When Done date is equal or less then due date

    See screenshot: Schermafbeelding 2014-04-16 om 23.28.26.png

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Conditional format icons based on multiple date conditions

    Instead of screenshot please attach a sample workbook.

    Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    09-02-2008
    Location
    Holland
    Posts
    11

    Re: Conditional format icons based on multiple date conditions

    Hello Sixthsense

    I have attached the workbook. There is a mockup in column E. In Column H, I and J I have defined the formulas separately for each color, which work ok in this separate state. Could this be achieved with conditional formatting in one column?

    conditional_format_mockup.xlsx

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Conditional format icons based on multiple date conditions


    A
    B
    C
    D
    1
    Order
    Color
    Condition
    Description
    2
    1st
    Red
    >=3
    Not done in time. Done date > due date or today > due date
    3
    2nd
    Green
    <3
    Done in time. Done date equal or less then due date
    4
    3rd
    Yellow
    <2
    Close to due date. Today till 2 days in future



    E
    4
    =IF(OR(F4>D4,AND(TODAY()>D4,F4="")),3,IF(AND(F4<=D4,D4<>"",F4<>""),2,IF(AND(D4>=TODAY(),D4<=(TODAY()+2)),1,"")))


    Drag it down...

    Refer the attached file for details
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-02-2008
    Location
    Holland
    Posts
    11

    Re: Conditional format icons based on multiple date conditions

    Thank you Sixthsense. This is working perfectly and I get it now.

+ 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. multiple conditions for a conditional format
    By nerrels in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-27-2013, 08:33 PM
  2. Replies: 3
    Last Post: 11-15-2011, 12:13 PM
  3. Replies: 7
    Last Post: 06-12-2009, 03:56 AM
  4. Excel Conditional Format Icons
    By samprince in forum Excel General
    Replies: 2
    Last Post: 10-28-2008, 06:28 AM
  5. Conditional format formula with multiple conditions
    By Bazzword in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-04-2008, 03:15 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