+ Reply to Thread
Results 1 to 3 of 3

Nested IF(ISERROR statement

  1. #1
    Registered User
    Join Date
    11-19-2010
    Location
    Boston, MA
    MS-Off Ver
    Excel 2007
    Posts
    6

    Cool Nested IF(ISERROR statement

    Hi,

    I am looking to write a nested IF statement so that if the first index(match returns #N/A then it does the second statementand then finally the third one.

    After researching this I think I need to include the ISERROR function but I can't figure it out.

    Here is the 3 index(match function prioritized 1-3:

    1. INDEX('Globals SFDC'!B:B,MATCH('12-29 Mapping'!B2,'Globals SFDC'!A:A,0))
    2. INDEX(GAM!H:H,MATCH('12-29 Mapping'!A2,GAM!F:F,0))
    3. INDEX('All TRX Swen'!O:O,MATCH('12-29 Mapping'!C2,'All TRX Swen'!N:N,0))

    Thank you very much for your help.

    Jasper

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,719

    Re: Nested IF(ISERROR statement

    If, you are using Excel 2007 then it's easier to use IFERROR function. The syntax would be like this

    =IFERROR(formula1,IFERROR(formula2,IFERROR(formula3,"No matches")))
    Audere est facere

  3. #3
    Registered User
    Join Date
    11-19-2010
    Location
    Boston, MA
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Nested IF(ISERROR statement

    This worked flawlessly, thank you very much.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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