I have a large number of this type of formulas. Summing quarterly and annual values like a spreadsheet.
When an "intermediate" formula is changed, a formula that depended on its setting, now also fails.
Example
numbervar q1 = sep + oct + nov
numbervar Yr = Q1 + ----
if the q1 calculation is changed then the Yr calculation is not correct
Why
When an "intermediate" formula is changed, a formula that depended on its setting, now also fails.
Example
numbervar q1 = sep + oct + nov
numbervar Yr = Q1 + ----
if the q1 calculation is changed then the Yr calculation is not correct
Why