+ Reply to Thread
Results 1 to 4 of 4

Nested IF and AND and more IFs

  1. #1
    Registered User
    Join Date
    11-06-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    29

    Nested IF and AND and more IFs

    Hi Guys,

    i'm currently working on a table, that has one column (D) to check the
    dates on the previous (3) columns (A-C), i'm having difficultly trying to
    combine multiples IF + AND function, i always come up with the wrong
    result.

    i have attached the sample file, hoping for your suggestions.


    Thanks in advance.

    Chico
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Nested IF and AND and more IFs

    Which is the condition for "NEW" result? Because in D2 you say that the expected result is "LIVE", but in you formula that you tried...=IF(AND(A2>TODAY()-10,B2=""),"New"....the expected result looks to be "NEW"....
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    04-23-2013
    Location
    Abu Dhabi United Arab Emirates
    MS-Off Ver
    Excel 2010
    Posts
    178

    Re: Nested IF and AND and more IFs

    Try this,
    =if(and(today()-10<=a2,and(b2="",c2="")),"new",if(and(a2<>"",and(b2="",c2="")),"?",if(and(a2<>"",c2<>""),"live",if(and(a2<>"",b2<>""),"ok",""))))

  4. #4
    Registered User
    Join Date
    11-06-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    29

    Re: Nested IF and AND and more IFs

    Hi Acerrhod,

    Your formula works !!! i tried it..

    btw...how's AUH now? i miss tourist club area in abu dhabi.

    Thanks,

    Diego

+ 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