Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Spreadsheet applications can run in Manual Calculation mode, which means formulas only recalculate when explicitly triggered. The cell shows a stale value — or even zero — because the engine has not re-evaluated the formula since the input data changed.
=SUM(A1:A5)=SUM(A1:A5)The formula itself is correct. The fix is switching calculation mode from Manual to Automatic (or pressing F9). After the mode change the cell immediately reflects the current sum of A1:A5.
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Stop hunting errors by hand.
Upload your spreadsheet and the Auditor flags every Not calculating and broken formula at once — or paste this one formula and get the fix explained.
Excel remembers the calculation mode of the last workbook you had open. If a colleague's file uses Manual mode and you opened it before your own, Excel inherits that setting for the session.
A circular reference prevents the full chain from recalculating. Go to Formulas > Error Checking > Circular References and fix the loop before pressing F9 again.
Volatile functions like TODAY, NOW, and RAND respect the Recalculation setting (on change, on change and every minute, or on change and every hour). Standard formulas always recalculate on data change regardless of that setting.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: