WPS Calculation Options on macOS FAQ

Last updated:July 16, 2026

Common questions about Calculation Options usually involve collaboration impact, iterative calculation, and displayed precision; this FAQ includes 3 common questions and a glossary.

FAQ

Will switching the calculation mode affect other collaborators?

  1. Yes. This is a document-level calculation setting.
  2. If the workbook is switched to manual recalculation, formulas will not update immediately after other collaborators change data.
  3. It is a good idea to confirm whether the workbook is using automatic or manual recalculation before collaboration starts.

What should I do if a circular reference still does not converge after iterative calculation is enabled?

  1. Check the formula logic first and confirm that the circular reference is intentional.
  2. Increase Maximum Iterations so the formula has more calculation rounds.
  3. Adjust Maximum Error so the result can stop within an acceptable range more quickly.

What happens when I turn on precision as displayed?

  1. After it is enabled, cells participate in later calculations using the displayed value.
  2. This can help keep displayed report values aligned with later results.
  3. If you need to preserve higher-precision underlying results, use this option carefully.

Glossary

TermDefinition
Iterative calculationA calculation method that allows formulas with circular references to recalculate repeatedly until a set count or error threshold is reached.
Maximum errorThe allowed difference between two iteration results; calculation can stop when the difference becomes smaller than this value.
Manual recalculationA mode in which formulas do not update immediately after data changes and must be recalculated by the user.