A litle guidance

kwdennis

New Member
Joined
Jun 6, 2019
Messages
15
I want to do a two criteria match and then return multiple values form a third column



=IFERROR(INDEX(Quest_Data!$A$2:$A$1000,SMALL(IF(COUNTIF($B$5,Quest_Data!$B$2:$B$1000),ROW(Quest_Data!$A$2:$A$1000)-ROW(Quest_Data!A$2)+1),ROWS(A$5:A7))),"")



=INDEX(Quest_Data!$A$2:$A$1000,MATCH($B$5&$D$5,INDEX(Quest_Data!$B$2:$B$1000&Quest_Data!$C$2:$C$1000,),0))


any help would be much appreciated
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Managed to sort this out

=IFERROR(INDEX(Quest_Data!$A$2:$A$1000,SMALL(IF(COUNTIF($B$5,Quest_Data!$B$2:$B$1000)*COUNTIF($D$5,Quest_Data!$C$2:$C$1000),ROW(Quest_Data!$B$2:$C$1000)-ROW(Quest_Data!A$2)+1),ROWS(A$1:A1))),"")


Allows for checking two criteria and returning a multiple values meeting those two criteria
 
Upvote 0

Forum statistics

Threads
1,215,432
Messages
6,124,856
Members
449,194
Latest member
HellScout

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