Calculation Timing of large/complex spreadsheets

Silverjman

Board Regular
Joined
Mar 19, 2014
Messages
110
I have a relatively complex spreadsheet that started out at around 30MB and was built with array formula. I've pared away most the arrays by adding helper columns and cut the file size in half and Full Clac time from 7.9 to 2.8 seconds and Recalc from 4 to 2, but want more speed!!!!!! :biggrin::biggrin:

I'm using FastExcel, though I assume homemade timing macros would function similarly...

In any event before I try and email Charles Williams at FastExcel would anyone care to posit why:

1) Recalc Range on 10 individual columns would take 2.4 milliseconds, but all 10 combined would take 142 milliseconds?!

Basically I'm taking formulas on about 40 different sheets and putting it on one or two sheets and trying to make sure the dependency tree is working left to right, top to bottom, and I've noticed 2+ second immediate increases in calc time when grids are put to the left that shouldn't be...

2) Follow-up to "1" how can the most intense range (currently includes and OFFSET/volatile block, however the OFFSET should currently be IF'd out) can take longer to Range Calc than the entire very large sheet?!

Would love to hear any guesses or other experiences.

THANKS
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,215,053
Messages
6,122,882
Members
449,097
Latest member
dbomb1414

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