When using Calculation Options, common questions usually focus on collaboration impact, circular-reference convergence, and manual recalculation behavior; this FAQ includes 5 common questions and 4 glossary terms.
FAQ
Does changing the calculation mode affect other collaborators?
- Yes. Calculation Options is a workbook-level setting.
- If the workbook is switched to manual recalculation, formulas do not update automatically when other collaborators edit data.
- It is a good idea to confirm whether the team should use automatic or manual recalculation before collaboration starts.
- To restore real-time updates, switch back to automatic recalculation.
What should I do if iterative calculation does not converge?
- Check whether the formula logic contains an unreasonable circular reference.
- Increase Maximum Iterations so the model has more chances to converge.
- Adjust Maximum Change so iteration can stop within a practical threshold.
- If circular-reference calculation is not needed, clear Iterative Calculation.
How to change calculation options in WPS when automatic recalculation is too slow?
- Check whether the workbook contains many complex formulas or large reference ranges.
- During editing, switch to manual recalculation to reduce full updates after every input.
- After one round of edits, press F9 or click Recalculate to refresh results together.
- If needed, split worksheets or simplify the formula structure.
Will a new formula calculate immediately in manual mode?
- A newly created formula usually returns an initial result once.
- After that, if related data changes again, the result does not refresh automatically.
- You need to press F9 or Shift+F9 to update it again.
- If you want continuous real-time updates, switch back to automatic recalculation.
What happens after I switch back to automatic recalculation?
- After you return to automatic mode, the workbook resumes updating with data changes.
- Affected formulas recalculate again.
- This helps align the current results with the latest data.
- In large workbooks, you may need to wait for one full update to finish.
Glossary
| Term | Definition |
|---|---|
| Iterative Calculation | A calculation method that allows formulas with circular references to recalculate repeatedly until the result reaches the defined threshold or the iteration limit. |
| Maximum Change | The allowed difference threshold between two iteration results. When the difference becomes smaller than this value, iteration can stop. |
| Automatic Recalculation | A mode in which related formulas update automatically when referenced data changes. |
| Manual Recalculation | A mode in which formulas do not update immediately after data changes and require a manual recalculation command. |