How to find Multiple lookup value with same lookup criteria

Ariful Islam

New Member
Joined
Feb 17, 2017
Messages
8
I am using this =INDEX($C$2:$C$12,MATCH($A2&$B2,INDEX($A$2:$A$12&$B$2:$B$12,0),0)) formula to find lookup value where lookup criteria are A2 and B2.
There are many lookup values against lookup criteria A2 and B2, simply i want to find them using non-volatile formula.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Control+shift+enter, not just enter, and copy down:

=IFERROR(INDEX($C$2:$C$12,SMALL(IF($A$2:$A$12&"|"&$B$2:$B$12=$A2&"|"&$B2,ROW($C$2:$C$12)-ROW($C$2)+1),ROWS($1:1))),"")
 
Upvote 0
Solution

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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