+ Reply to Thread
Results 1 to 3 of 3

index match not returning any results

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    97

    index match not returning any results

    Hi Gurus

    In the attached I have an index/match formula in B15 that I cant get to return any results not even a N/A#

    Any advise would be welcome.

    Thanks

    Nelly
    Attached Files Attached Files

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: index match not returning any results

    I think you could do this with the matrix layout instead of the array layout:
    so it's like:
    INDEX(matrix, MATCH(down), MATCH(across) )

    For you specifically:
    B15 =INDEX(Edges!$B$2:$E$200,MATCH(Sheet2!B14,Edges!$A$2:$A$200,0),MATCH(Sheet2!B12,Edges!$B$1:$E$1,0))

    That doesn't have any special error handling.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: index match not returning any results

    maybe this?

    =IFERROR(INDEX(Edges!$A:$H,MATCH(Sheet2!$B$12,Edges!$A$1:$H$1,0),MATCH(Sheet2!$B$14,Edges!A:A,0)),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] index match not returning all results
    By nellyc in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-25-2013, 08:06 AM
  2. Replies: 0
    Last Post: 05-15-2013, 05:05 AM
  3. Index Match based on 2 Criteria only returning 1 match
    By stsanders22 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-04-2012, 11:26 PM
  4. [SOLVED] Index & Match returning incorrect value. Arrays fixed and exact match used.
    By SDes in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-07-2012, 08:29 PM
  5. Code req for returning results of a close match if two other columns match exactly
    By davidparkes in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-23-2010, 12:00 PM

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