Index Match (with multiple matches across multiple columns)

qrtback10

New Member
Joined
Jan 19, 2015
Messages
20
Below is the formula that I'm currently using. When entered it returns error message: "Did not find value '1300' in MATCH evaluation". What am I doing wrong? The 'Bedrooms' column (S2) should equal "3 BD From". Please advise. Thank you!

HTML:
=ARRAYFORMULA(INDEX(H1:L1,MATCH(1300,INDEX(H1:L,1),0),MATCH(R2,O2:O,0)))



0 BD From1 BD From2 BD From3 BD From4 BD FromMarker TypeNotesCodeRatingCodeBedroomsRent
133214482652ltblu_blankCC-ALL-2929CCCC-GRE-10011300
107112591755ltblu_blankCC-ALL-2901AA
83110151308ltblu_blankCC-ALL-1991DD
71086712001785ltblu_blankCC-COL-2222AA
6978121064buildingsCC-COL-1201AA
95011591300ltblu_blankCC-GRE-1001AA
126514632341ltblu_blankCC-GRE-800BB
679823972ltblu_blankCC-GRE-1900BB

<tbody>
</tbody>
 
Last edited:

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Try...

=INDEX(H1:L1,MATCH(T2,INDEX(H2:L9,MATCH(R2,O2:O9,0),0),0))

Hope this helps!
 
Upvote 0
Man, you guys are good! Thanks Domenic! That was exactly what I needed. Will save this and remember to nest INDEX within MATCH. Thanks!
 
Upvote 0

Forum statistics

Threads
1,215,013
Messages
6,122,694
Members
449,092
Latest member
snoom82

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