I have developed a rather large macro-enabled spreadsheet analyzing radioactive decay. It takes perhaps 5 minutes to recalculate when entering a particular batch of initial isotopes. There are two main worksheets each with 140 columns (time period) and ~5000 rows (isotope emission type) that work in concert to yield # of emissions and energies per time period that are then mapped to charts (# or energies vs time) on another worksheet. Because of the spreadsheet size (~50MB), I have calculation options set to manual.
When I input a particular combination of initial isotope amounts and click on the 'Calculate Now' button, the charts are not reliably updated. I've tested it enough to know there are no circular references (certainly none are indicated and I even tried the use of iterations without success) I find I have to resort to a combination of "Calculate Sheet" and "Calculate Now" actions before the charts are updated properly. Often when I examine the charts during my attempts to have them updated, it seems there's a discontinuity at some point in time (i.e. recalculation stopped part way through the columns).
I've googled for any such problems and while stackoverflow in particular has a thread with many solutions offered to a known Excel shortcoming (bug?) WRT charts failing to update Excel chart won't update - Stack Overflow, I haven't located anything that discusses failure of formulas to update (other than the quite-common inadvertent setting of Calculation Options to Manual and the occasional problem whereby text formatted cell(s) prevent calculation).
I would much appreciate any suggestions as to what I could try including, if necessary, the use of macros and/or custom functions.
When I input a particular combination of initial isotope amounts and click on the 'Calculate Now' button, the charts are not reliably updated. I've tested it enough to know there are no circular references (certainly none are indicated and I even tried the use of iterations without success) I find I have to resort to a combination of "Calculate Sheet" and "Calculate Now" actions before the charts are updated properly. Often when I examine the charts during my attempts to have them updated, it seems there's a discontinuity at some point in time (i.e. recalculation stopped part way through the columns).
I've googled for any such problems and while stackoverflow in particular has a thread with many solutions offered to a known Excel shortcoming (bug?) WRT charts failing to update Excel chart won't update - Stack Overflow, I haven't located anything that discusses failure of formulas to update (other than the quite-common inadvertent setting of Calculation Options to Manual and the occasional problem whereby text formatted cell(s) prevent calculation).
I would much appreciate any suggestions as to what I could try including, if necessary, the use of macros and/or custom functions.