+ Reply to Thread
Results 1 to 5 of 5

Formula needing help with. (IFs, ANDs, ORs)

  1. #1
    Registered User
    Join Date
    07-08-2013
    Location
    Pensacola, FL
    MS-Off Ver
    Excel 2010
    Posts
    7

    Formula needing help with. (IFs, ANDs, ORs)

    I need an Excel formula for the following problem:

    If cell E2 has an "X" in it and there is a date in F2 then it is "Complete". If cell E2 has an "X" in it and F2 does not have a date in it, it is "Incomplete". If there is not an "X" in cell E2 then it is "Null"

    I am using MS Excel 2010. Please help, I have spent hours trying to figure this out to no avail.

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

    Re: Formula needing help with. (IFs, ANDs, ORs)

    Try

    =IF(E2="X",IF(ISNUMBER(F2),"Complete","Incomplete"),"")

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Formula needing help with. (IFs, ANDs, ORs)

    Maybe this...

    =IF(E2="X",IF(COUNT(F2),"Complete","Incomplete"),"")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    07-08-2013
    Location
    Pensacola, FL
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Formula needing help with. (IFs, ANDs, ORs)

    Quote Originally Posted by Tony Valko View Post
    Maybe this...

    =IF(E2="X",IF(COUNT(F2),"Complete","Incomplete"),"")


    Awesome, thank you so much! This worked beautifully!

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Formula needing help with. (IFs, ANDs, ORs)

    You're welcome. Thanks for the feedback!

+ 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