Index.match formula too slow to calculate

mrjayps

New Member
Joined
Jan 19, 2007
Messages
26
Hi,

I have a formula which works, although it takes too long to update. Am using it to update approx 100 000 rows of data.

I have tried to turn automatic calculation off and manually calculate and replace with values, however still not helping.

Any better way of achieving the same result with a quicker calculation speed.

Thanks
JP

{=INDEX(Sheet1!$A:$C,MATCH(1,(ROW($A1)>=Sheet1!$B:$B)*(ROW($A1)<=Sheet1!$C:$C),0),1)}

Original problem as follows:

Sheet 1:
Column A = Ref Number, Column B = Row Start Number, Column C = Row End Number

ie. ROW 1 Column A ='BTA340', Column B = '1', Column C = '250'
ROW 2 Column A ='ALP340', Column B = '251', Column C = '1250'

I need Sheet 2 to display as follows

ROWS 1 - 250 Column A should read 'BTA340' for all 250 rows
ROWS 251 - 1250 Col Column A should read 'ALP340' for all 1000 rows

Please help!!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Try instead of putting whole column references inside formula, to select actual data (whole column references inside array formulas slow down calculation).
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,842
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