+ Reply to Thread
Results 1 to 4 of 4

Employee lookup, index match

  1. #1
    Registered User
    Join Date
    10-15-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    94

    Smile Employee lookup, index match

    I am having trouble with either a vlookup or an index/match. I have a table of employees and the days they work. I would like to type the employee serial number and have it result in the data in the row of the date the employee is working.

    I included an example.

    Thanks for the help.

    lookup employee.xlsx

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Employee lookup, index match

    Hi,

    Enter these array formulas (confirm with CTRL+SHIFT+ENTER, not just ENTER):

    In cell I3:

    =INDEX($B$2:$B$9,MATCH(H3&"-"&G3,$A$2:$A$9&"-"&$C$2:$C$9,0),1)

    In cell J3:

    =INDEX($D$2:$D$9,MATCH(H3&"-"&G3,$A$2:$A$9&"-"&$C$2:$C$9,0),1)

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    10-15-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    94

    Re: Employee lookup, index match

    Perfect. Thank you very much.

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Employee lookup, index match

    You're welcome.

+ 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