Is this even possible, with INDEX MATCH

Baba_Yaga

New Member
Joined
Sep 1, 2017
Messages
22
Hello, Im lost with this. even my IT Department is having trouble.
I have a list of parts.
List 1 has single part number, description and total qty.
well list 2 comes from another department and may have 1 part number
with multiple delivery locations.

My department would like to be able to use index/array/match or a combination of them
to match part number on list one to part number on list 2 and return the delivery location(s)

Thanks for your help
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Let A:C of Sheet1 house "List 1".

Let A:B of Sheet2 house "List 2".

In D2 of Sheet1, control+shift+enter, not just enter, copy across:
Rich (BB code):
=IFERROR(INDEX(Sheet2!$B$2:$B$100,SMALL(IF(Sheet2!$A$2:$A$100=$A2,ROW(Sheet2!$B$2:$B$100)-ROW(Sheet2!$B$2)+1),COLUMNS($D2:D2))),"")
 
Upvote 0

Forum statistics

Threads
1,217,383
Messages
6,136,267
Members
450,001
Latest member
KWeekley08

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