Common questions about WPS Calculation Options usually focus on recalculation modes, iterative calculation, collaboration impact, and result updates; this FAQ covers 5 frequent questions.
FAQ
Does switching the calculation mode affect other collaborators?
- Calculation Options works as a document-level calculation setting.
- If multiple people work on the same spreadsheet, the recalculation mode affects when formula updates appear for everyone.
- Before switching to manual recalculation, confirm the workflow with your collaborators.
- In manual mode, someone must recalculate results after data changes so others do not assume the displayed values are already current.
What should I do if iterative calculation does not converge?
- Check whether the formula logic contains an unreasonable circular dependency.
- Increase Maximum Iterations to allow more calculation cycles.
- Adjust Maximum Change so the model can stop within a practical tolerance.
- If your scenario does not require circular-reference calculation, clear Iterative Calculation.
What can I do when automatic recalculation takes too long?
- Check whether the worksheet contains many complex formulas or large reference ranges.
- During heavy editing, switch temporarily to Manual Recalculation.
- After finishing a batch of edits, use F9 or Recalculate to update results together.
- If needed, split worksheets or simplify formulas to reduce recalculation pressure.
Will a new formula calculate immediately in manual recalculation mode?
- A newly created formula usually shows an initial result once.
- After that, if related data changes again, the result does not keep updating automatically.
- To refresh it again, press F9, Shift+F9, or click Recalculate.
What happens after I switch back to automatic recalculation?
- After you return to automatic recalculation, later data changes trigger related formula updates automatically.
- A recalculation usually runs so the results return to the latest state.
- After switching back, review key cells to confirm the results match your expectations.
Glossary
| Term | Definition |
|---|---|
| Iterative calculation | A calculation method that repeats formula evaluation across multiple rounds when circular references or gradual convergence are needed. |
| Maximum change | The allowed difference threshold between two iterative results; when the difference becomes small enough, iteration can stop. |
| Automatic recalculation | A calculation mode in which related formulas update automatically when referenced data changes. |
| Manual recalculation | A calculation mode in which formula results do not update immediately after edits and must be refreshed by the user. |
| Displayed precision | The visible number format or decimal precision shown in a cell, which can optionally be used as the basis for later calculations. |