Index Match with 4 column match.

Jing

Active Member
Joined
Feb 11, 2011
Messages
289
Hey Guys,

So i have the following formula, it is basically matching 4 Criteria in four different columns then pulling the result from the 24th column of the index. however due to the nature of the formula it is very slow :(

{=INDEX(Data!$A$1:$Y$6506,MATCH(Summary!B13&Summary!C13&Summary!D13&Summary!E13,Data!$A:$A&Data!$B:$B&Data!$L:$L&Data!$F:$F,0),24)}

Is there another way to write this type of a lookup formula without it being very slow?

Thank you
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
I would do the concatenation on the Data Sheet.

On the Data Sheet, say column M (or any available column)
M2: =A2&B2&L2&F2
Filled down to end of data

Then use
=INDEX(Data!$X$1:$X$6506,MATCH(Summary!B13&Summary!C13&Summary!D13&Summary!E13,Data!$M:$M,0))
 
Upvote 0

Forum statistics

Threads
1,215,030
Messages
6,122,762
Members
449,095
Latest member
m_smith_solihull

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