Index/Match - Return multiple results into one location

richtks

New Member
Joined
Jun 1, 2019
Messages
12
I need to return multiple POs to project ID. Is this possible using Index/Match?

Current Formula: =IFERROR(IF(INDEX(Open[PO Number/PO Line '#],MATCH([@[MS1 Key]],Open[MS Key],0))=0,"",INDEX(Open[PO Number/PO Line '#],MATCH([@[MS1 Key]],Open[MS Key],0))),"")

If not, is there another option?
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
If you have Excel 365 or 2021 you could use the FILTER function.
If not then you could probably do it with the INDEX and AGGREGATE function. See link below.
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)


Using 365
 
Upvote 0
Using 365
Please update your profile to show this so that members don't ave to ask every time. ;)

How about
Excel Formula:
=FILTER(Open[PO Number/PO Line '#],[@[MS1 Key]]=Open[MS Key],"")
But this will not work in a table, so you will need to convert it to a normal range.
 
Upvote 0

Forum statistics

Threads
1,214,991
Messages
6,122,628
Members
449,095
Latest member
bsb1122

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