+ Reply to Thread
Results 1 to 3 of 3

Index/match formula - return #n/a error

Hybrid View

  1. #1
    Registered User
    Join Date
    08-04-2011
    Location
    nashville
    MS-Off Ver
    Excel 2003
    Posts
    32

    Index/match formula - return #n/a error

    Please see the attached I think my formula in column I is incorrect - #N/A is returned for each cell. Cany anyone see if there is a error in my formula
    Attached Files Attached Files

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

    Re: Index/match formula - return #n/a error

    Are you trying to return the column B value? Perhaps you want this version

    =INDEX(PhysMaster!$B$2:$B$841,MATCH(G9&H9&F9, PhysMaster!$C$2:$C$841&PhysMaster!$D$2:$D$841&PhysMaster!$A$2:$A$841,0))

    confirmed with CTRL+SHIFT+ENTER

    ....although I only get one match for you data, row 15
    Audere est facere

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Index/match formula - return #n/a error

    Should be Column A then D then C. You entered C, D, A

    CTRL + SHIFT + ENTER

    =INDEX(PhysMaster!$A$2:$A$841,MATCH(F9&H9&G9,PhysMaster!$A$2:$A$841&PhysMaster!$D$2:$D$841&PhysMaster!$C$2:$C$841,0))

+ 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