Index & Match Array slow to calculate

JillTorn

New Member
Joined
Jul 11, 2014
Messages
1
Hi All

Am I using the right formula? Is there a way that would speed up calculation time.:confused:

I have used the formula below to return a values for different matches. There are just over 1000 different combinations. Depending on the match I need to return different 3 different categories, which means the calculation is used in 4 different columns. Also depending on on one of these categories I need a return of one of two column values (I use IF for this one).

The data used can have upward of 10K rows, with Supplier - Creditor - Gross Sales - Nett Sales. With this simple data I need organise it into categories of Supplier Groups - Sectors and Preferences and then certain costs according to the Sector. This then can be sorted into a Pivot to condence the information.

{=INDEX(Supplier!E:E,MATCH(1,(Supplier!$A:$A='Extract Supplier '!$I3)*(Supplier!$C:$C='Extract Supplier '!$J3),0))}

Needless to say I have had to turn of auto-calculate.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,216,122
Messages
6,128,963
Members
449,480
Latest member
yesitisasport

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