+ Reply to Thread
Results 1 to 3 of 3

Index/Match Not Matching Correctly on Multiple Criteria Across Sheets

  1. #1
    Registered User
    Join Date
    07-26-2012
    Location
    Madison, WI
    MS-Off Ver
    Excel 2010
    Posts
    8

    Index/Match Not Matching Correctly on Multiple Criteria Across Sheets

    Hi all,

    I'd like to exactly match the EAP code (A10), Login Department (A7) and Patient Name (B3) on the '2N' tab to a single row on the 'Raw Data' tab that contains the same criteria and after matching, return the corresponding column header on '2N' (Charge Date, Fee Schedule, etc.)

    My first thought was to use Index/Match and try to concatenate the columns

    =INDEX('Raw Data'!D:D,MATCH($B$3&$A10&$B$7,'Raw Data'!A:A&'Raw Data'!B:B&'Raw Data'!J:J,0))

    However, it doesn't seem like A10 is searching over B:B, B3 isn't searching over A:A and B7 isn't searching over J:J.

    eval image.jpg

    How do I get these to correspond correctly and return?

    SCHC Unit Charge Test 2N to Clin Nutr.xlsx

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Index/Match Not Matching Correctly on Multiple Criteria Across Sheets

    hi cbauer, you can try:
    Please Login or Register  to view this content.
    using array formulas would already slow down Excel. try not to lookup the entire column

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    07-26-2012
    Location
    Madison, WI
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Index/Match Not Matching Correctly on Multiple Criteria Across Sheets

    Brilliant! Thank you!!!

+ 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