+ Reply to Thread
Results 1 to 3 of 3

Joining multiple IF, AND, OR statements

  1. #1
    Registered User
    Join Date
    06-26-2013
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Question Joining multiple IF, AND, OR statements

    how do I join these 2 statements

    IF(AND(M2="",L2>=K2),"On Time","Delayed")

    IF(OR(M2<=L2,K2>=M2),"On Time","Delayed")

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

    Re: Joining multiple IF, AND, OR statements

    Maybe

    =IF(OR(M2<=L2,K2>=M2,AND(M2="",L2>=K2)),"On Time","Delayed")
    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.

  3. #3
    Registered User
    Join Date
    06-26-2013
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Joining multiple IF, AND, OR statements

    thx for the quick response ! unfortunately the AND portion dos not seem to reign true.

    The L2>=K2 statement does not seem to matter - any date in either of those fields brings back an "on time" result

    e.g. if K2 = 5/30/13, L2 = 3/12/13 the result is showing as "on time"...should be "delayed"

+ 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