Slow calculating

dholb123

New Member
Joined
Jun 12, 2015
Messages
1
Howdy folks -

Looking for some help.

Myself and others in the company are getting "calculating" errors that are long. My new machine has 8GB of RAM and a solid-state drive and I still get the error, it can take 5 seconds, and it will say "Calculating 4 Processors".

To me the spreadsheet doesn't seem particularly big or complicated, so I can't figure out what's the root cause, whether it's something in the excel file or it's the network.

1) Spreadsheet about 300KB. We are often opening versions of this template across the network from servers, sometimes over WAN.
2) No links to other spreadsheets
3) About 45 references in "Name Manager"
4) About 20 tabs
5) The largest tab has about 450 rows. This tab is a table.
6) Lots of sales related formulas, simple markup/percentage stuff
7) Summary tab uses some longer ones like:
=INDIRECT(CONCATENATE(Summary!$A7,"!","$E$2"))

Thoughts? Questions? Any help is appreciated.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
INDIRECT is a volatile function. So every time there is a change in the workbook, each one of your INDIRECT functions is calculated. Depending how many you have, that may be part of the issue.
 
Upvote 0

Forum statistics

Threads
1,214,972
Messages
6,122,530
Members
449,088
Latest member
RandomExceller01

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