+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    01-11-2010
    Location
    Ft. Worth, TX
    MS-Off Ver
    Excel 2007
    Posts
    11

    Angry Match data using multiple criteria

    I’m trying to match up data on separate sheets. I’ve played around with the INDEX, MATCH, and VLOOKUP functions, but I haven’t been able to make it work.

    Maybe someone can help. I’ve attached an example to help explain.

    Here’s the story. I routinely download data from 2 systems. The data sets have some common elements, in this case the “Employee Number” and the “Event Date.” I need a formula in each row on the Consolidated tab that will look at these two elements from Source 1 tab, identify the matching row in the data from Source 2 tab, and produce the “Closing Date” from Source 2.

    Any help would be appreciated.
    Attached Files Attached Files
    Last edited by SeanMulholland; 03-11-2010 at 12:38 PM.

  2. #2
    Forum Moderator Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2007
    Posts
    5,212

    Re: Match data using multiple criteria

    Sean,

    In C2 on sheet 'Consolidated' use the following array formula:

    =INDEX('Source 2'!$C$2:$C$7,MATCH(A2&B2,'Source 2'!$A$2:$A$7&'Source 2'!$B$2:$B$7,0))

    This formula must be confirmed with CTRL+SHIFT+ENTER, not just ENTER. When done properly Excel will automatically insert braces, { } , around your formula.

  3. #3
    Registered User
    Join Date
    01-11-2010
    Location
    Ft. Worth, TX
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Match data using multiple criteria

    Works like a charm. This forum rocks!

    Many thanks from the hairs that I will not be pulling out tonight.

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.2.0