Match Function Help

newuser2015

New Member
Joined
Sep 28, 2015
Messages
2
I'm using index and match for multiple criteria but my match formula isn't working.

For example, if I have two sheets with the following data assuming in columns A & B, how come this formula doesn't work and what is the proper formula
(MATCH(A1&B1,Sheet2!A1:A4&Sheet2!B1:B4,0)):

3, 200
1, 100
2, 300
4, 400

&

6, 200
7, 100
3, 200
4, 100
 
Last edited:
Change that : between the ranges to an &
And enter the formula as an array by pressing CTRL + SHIFT + ENTER
=MATCH(A1&B1,Sheet2!A1:A4&Sheet2!B1:B4,0)
 
Upvote 0

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