Excel calculate sheet takes longer than a full calculation?

Johnny C

Well-known Member
Joined
Nov 7, 2006
Messages
1,069
Office Version
  1. 365
Platform
  1. Windows
I've a large unwieldy workbook I've been asked to modify.

It has about 60 tabs with project financials and a couple of sheets that pull data from them using INDIRECT. I can't get rid of the INDIRECTS (it's not my workbook). There's about 200 rows with 20 columns of these indirects.

The project financials are only updated once per month, and they use SUMIFS on a decent sized table of data (a thousand rows/month).
So, as these don't need recalculating, I tried using Calculate sheet Shift-F9. It seemed to take a very long time.

I've run a series of tests on it. If I calculate each sheet in turn and time it with VBA, the sheet I'm working on takes 1.25secs. total time for all sheets is 7 secs.

If however I run a timed sheet.calculate on the same sheet, it's taking 10 secs.

I know that due to the volatility of INDIRECT this is what's slowing it down as XL will only use a single processor thread if it's calculating an INDIRECT. Looking at the MS webpage about it, it seems that the first thing XL does is have a look at the dependency tree and optimise it. is it the case that because the dependency tree isn't optimised when I run sheet.calculate (or shift-F9)?

What's going on, it seems crazy that the single sheet takes longer than the full workbook.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,214,897
Messages
6,122,148
Members
449,066
Latest member
Andyg666

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