Workbook continuously recalculating when unlinked cell is changed???

martbloke

New Member
Joined
Jun 20, 2014
Messages
6
Hi all - wondering if someone would be able to assist me.

I have a workbook with formulae in multiple sheets referring to other sheets in the same workbook that are quite basic (SUMIFS, COUNTIFS, IF statements, etc) - we'll call this workbook A. There are dynamic ranges and PivotTables as well which are all within the same workbook - note: a couple of PivotTables are directly linked to an external database but no formula refers to any workbooks outside of workbook A whatsoever; just the data contained within. Calculation is set to automatic which by Excel's definition means that should (and only when) a cell linked to a formula be amended or is affected by a change to the workbook i.e. inserting a column, the formulae will automatically update which is fine by me.

Now I have an issue with this workbook where no matter what I do in another workbook while workbook A is open, workbook A keeps recalculating. Even when just creating a brand new workbook (workbook B) with no formulae in and just typing text in a cell, workbook A recalculates everything each time, which is a pain as it takes a good minute each time to calculate. There is no plausible explanation for this that I can see at all as to why it thinks it should recalculate.

Now this may not seem like such an issue and I know an answer is to switch to manual calculation but I shouldn't have to - workbook A should only recalculate when a linked cell is amended or something is changed that affects a cell that is linked to a formula in workbook A. In my eyes, a cell in a workbook B which is not linked to workbook A and where workbook B doesn't even have any formulae in should not cause a recalculation.

Has anyone else had this issue and/or knows of what could be the cause of this?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
It sounds like you have some volatile functions in your workbook, these specific functions are recalculated everytime regardless of whether anything in the dependency chain has changed. This could easily trigger recalculation of the whole workbook. The volatile Excel functions are:
NOW()
TODAY()
RAND()
RANDBETWEEN()
OFFSET()
INDIRECT()
INFO() (depending on its arguments)
CELL() (depending on its arguments)
 
Upvote 0
in Options > Formulas, what do you have set for Iterative Calculation
 
Upvote 0
It sounds like you have some volatile functions in your workbook, these specific functions are recalculated everytime regardless of whether anything in the dependency chain has changed. This could easily trigger recalculation of the whole workbook. The volatile Excel functions are:
NOW()
TODAY()
RAND()
RANDBETWEEN()
OFFSET()
INDIRECT()
INFO() (depending on its arguments)
CELL() (depending on its arguments)

So the only formula being used from the above is OFFSET(). I am using this formula in naming a number of dynamic ranges (in the Name Manager) not actually in any cell in the workbook. Do you think it is these that are causing the constant recalculation? I shall have to test this by removing them.
 
Upvote 0
It sounds like you have some volatile functions in your workbook, these specific functions are recalculated everytime regardless of whether anything in the dependency chain has changed. This could easily trigger recalculation of the whole workbook. The volatile Excel functions are:
NOW()
TODAY()
RAND()
RANDBETWEEN()
OFFSET()
INDIRECT()
INFO() (depending on its arguments)
CELL() (depending on its arguments)

Turns out after testing this, this was the answer. Thanks for this and this is something I will definitely remember!! :)
 
Upvote 0

Forum statistics

Threads
1,214,613
Messages
6,120,515
Members
448,968
Latest member
Ajax40

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