calculation macro

dulitul

Board Regular
Joined
Jan 19, 2013
Messages
193
Hello,

I have got a worksheet with 18 columns which I need to update from a different using the index and match formula in excel. The problem is that I use data from SAP which seems to be extremely difficult to be read by excel. During the calculations below on the sheet I can see something like Calculating:( 2processor(s)) --%" and it takes about 20min for excel to update all 18 columns. Is there any way I can use vba (for example) arrays to speed up the whole process? The actual formula which I use is the following:

Code:
[/FONT][/COLOR]=IFERROR(INDEX('SAP 5 Download'!$C$7:$C$117,MATCH('SAP 5 Tracker'!D8&'SAP 5 Tracker'!E8,'SAP 5 Download'!$A$7:$A$7912&'SAP 5 Download'!$B$7:$B$7911,0)),"")[COLOR=#333333][FONT=Segoe UI]
 

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