+ Reply to Thread
Results 1 to 4 of 4

IF formula to include multiple conditions

  1. #1
    Registered User
    Join Date
    12-07-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    39

    IF formula to include multiple conditions

    Hi,

    I need the following formula to also include the following if possible - "=IF(M2="Completed","Green")

    =IF(M2="","Green",(IF(M2<TODAY(),"Red",IF(M2<TODAY()+3,"Amber","Green"))))

    Thanks

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: IF formula to include multiple conditions

    try

    =IF(OR(M2="",M2="Completed"),"Green",(IF(M2<TODAY(),"Red",IF(M2<TODAY()+3,"Amber","Green"))))

  3. #3
    Registered User
    Join Date
    12-07-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    39

    Re: IF formula to include multiple conditions

    That worked perfectly, many thanks.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: IF formula to include multiple conditions

    You're welcome.

+ 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. COUNTIF formula - how to include multiple columns
    By seaturtle89 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-27-2014, 04:43 AM
  2. IF(OR Formula will not include certain conditions
    By Holly.Pittam in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-17-2014, 05:53 AM
  3. [SOLVED] Editing a Macro to include multiple rows and include text formatting for leading zeros
    By missmea2005 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-04-2014, 09:50 AM
  4. [SOLVED] Expanding a formula to include multiple worksheets/tabs
    By Raidon in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-12-2012, 12:46 PM
  5. Replies: 1
    Last Post: 11-09-2011, 04:45 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