Index & Match (2 column criteria) multiple values

Lars_C

New Member
Joined
Aug 21, 2017
Messages
7
Hey there,

I have been reading around this subject for a while now and I can make it work for 1 value but not down a whole column.

Anyway, I am looking to have and index and match using 2 criteria in separate columns. But I created that, I could not drag it down my destination column (probably as it is an array).

"{=INDEX(C4:C98,MATCH(I4&J4, E4:E98&F4:F98, 0))}"

This equation lives in H4, but similar to the arrays, I would like to extend it to H98.

Anyone got an idea on where I go wrong and how to put me on the right track?

Thank you,
Lars
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
"{=INDEX(C$4:C$98,MATCH(I4&J4, E$4:E$98&F$4:F$98, 0))}"
Without seeing your data or an explanation of what you are trying to achieve, try the changes marked & then copy down.
 
Upvote 0
Care to provide an input sample along with the appropriate output instead of discussing a (non-working) formula?
 
Upvote 0
Hey both, thank you for your reply.

Peter_SSs it actually turned out that I put my "$" in the wrong positions by accident. Your suggestion works!

Aladin, I did try to explain it in the best way, without going into too much detail. I was convinced that my approach may be wrong, rather than detailed formula stuff. I was proven wrong :p

Thanks again,
Lars
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,837
Members
449,193
Latest member
MikeVol

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