Index Match with Multiple Criteria

adflamm7

New Member
Joined
Nov 15, 2017
Messages
14
I use vLOOKUP a lot, but haven't gotten into Index Match much. What I'm looking to do is get the column AR in the Sheet "Order Detail" to return the Name of an employee from "EMP List" by cross referencing the Store and Team Member ID. I can't use vLOOKUP because some employees have the Same Team Member ID. They do have different store numbers, however.

So Column AR needs to look at the store number and Team Member ID (both provided in order detail sheet) and return the appropriate name from EMP List. Hope that makes sense. Example below.

https://drive.google.com/open?id=1O6FWGNWQ3OSbi0F-xoHiY6tIBIjWw_jp

Thanks for looking. You guys have taught me a lot in the past 6 months.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I'd just add a column (A) to Emp list concatenating the store and team menmber ID

=C2&B2

Then look that up
=IFERROR(VLOOKUP(B2&AB2,'Emp List'!A:D,4,0),"")
 
Upvote 0

Forum statistics

Threads
1,223,708
Messages
6,174,006
Members
452,542
Latest member
Bricklin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top