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
ltblu_blankCC-ALL-2929CCCC-GRE-1001
ltblu_blankCC-ALL-2901AA
ltblu_blankCC-ALL-1991DD
ltblu_blankCC-COL-2222AA
buildingsCC-COL-1201AA
ltblu_blankCC-GRE-1001AA
ltblu_blankCC-GRE-800BB
ltblu_blankCC-GRE-1900BB

<tbody>
[TD="align: right"]1332[/TD]
[TD="align: right"]1448[/TD]
[TD="align: right"]2652[/TD]

[TD="bgcolor: #ffff00"][/TD]
[TD="align: right"]1300[/TD]

[TD="align: right"]1071[/TD]
[TD="align: right"]1259[/TD]
[TD="align: right"]1755[/TD]

[TD="align: right"]831[/TD]
[TD="align: right"]1015[/TD]
[TD="align: right"]1308[/TD]

[TD="align: right"]710[/TD]
[TD="align: right"]867[/TD]
[TD="align: right"]1200[/TD]
[TD="align: right"]1785[/TD]

[TD="align: right"]697[/TD]
[TD="align: right"]812[/TD]
[TD="align: right"]1064[/TD]

[TD="align: right"]950[/TD]
[TD="align: right"]1159[/TD]
[TD="bgcolor: #ffff00, align: right"]1300[/TD]

[TD="align: right"]1265[/TD]
[TD="align: right"]1463[/TD]
[TD="align: right"]2341[/TD]

[TD="align: right"]679[/TD]
[TD="align: right"]823[/TD]
[TD="align: right"]972[/TD]

</tbody>
 
Last edited:

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
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,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

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