+ Reply to Thread
Results 1 to 4 of 4

Combining IF AND formulas

  1. #1
    Registered User
    Join Date
    11-10-2011
    Location
    Coventry
    MS-Off Ver
    Excel 2003
    Posts
    2

    Question Combining IF AND formulas

    Hi hoping someone can help please

    i need to combine to two following formulas and I'm struggling

    =IF(AND(D3="yes",NOT(H3="#")),IF(Q3=0,IF(R3<>0,"Chk App/VO's","Complete"),"Chk Inv & VO"),IF(D3="ret","Retn's",""))

    =IF(AND(Q3=0,R3=0,X3=0,Y3=0,AG3=0,AH3=0),"Complete","")


    any ideas??
    Last edited by acct123; 11-10-2011 at 06:04 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Combining IF AND formulas

    Perhaps?

    =IF(AND(Q3=0,R3=0,X3=0,Y3=0,AG3=0,AH3=0),"Complete",IF(AND(D3="yes",H3<>"#"),IF(Q3=0,IF(R3<>0,"Chk App/VO's","Complete"),"Chk Inv & VO"),IF(D3="ret","Retn's","")))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    11-10-2011
    Location
    Coventry
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Combining IF AND formulas

    Thankyou NBVC, no error coming up now but doesnt seem to work properly with the criteria?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Combining IF AND formulas

    Where has it gone wrong? It is first checking AND(Q3=0,R3=0,X3=0,Y3=0,AG3=0,AH3=0) then the rest...

+ 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