In Excel: check Formulas ▸ Calculation Options is on Automatic, make sure the cell is not formatted as Text, and confirm Show Formulas (Ctrl+`) is off.
Open Formulas ▸ Calculation Options and set it to Automatic.
Select the offending cell and look at Home ▸ Number: if it says Text, change it to General.
Press F2 then Enter on that cell to re-commit it, or select the column and use Data ▸ Text to Columns ▸ Finish to re-enter a whole range at once.
Press Ctrl+` to toggle Show Formulas off if every formula on the sheet is displaying as text.
Press Ctrl+Alt+F9 to force a full rebuild when a single value still looks stuck, and check the status bar for a Circular References warning.
What this does
A formula that displays its own text, or a number that never updates, has one of four causes and they are worth checking in order: calculation is set to Manual; the cell was formatted as Text before the formula was typed, so Excel stored it as a string; Show Formulas is toggled on for the whole sheet; or the entry begins with a stray apostrophe that forces it to be treated as text. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. Treat “excel formulas not updating automatically” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a workflow that saves repeating the same clicks every week into a method you can reuse, explain, and defend when the workbook leaves your screen.
A worked example
C2 shows =B2*1.2 instead of 60. The Number group reads Text. Set it to General, press F2 then Enter to re-commit the entry, and the cell displays 60. Applying General alone changes nothing — the stored value is still a string until the cell is re-entered. Every one of these failures looks like a broken formula and none of them is, so the time is lost rewriting a formula that was correct all along. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
In Google Sheets
Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Treat “excel formulas not updating automatically” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.
Common mistakes
- Setting the cell to General and expecting it to calculate without re-entering — the format change alone does not re-parse the stored text.
- Leaving calculation on Manual for one heavy workbook and not noticing that the mode applies to every file opened in that session.
- Ignoring the word Calculate in the status bar, which is Excel saying results on screen are out of date.
- Deleting and retyping the formula in a cell that is still formatted as Text, which reproduces the problem exactly.
Frequently asked questions
Why does my formula show as text instead of a result?
The cell is formatted as Text, or the entry starts with an apostrophe. Set the format to General and re-enter it with F2 and Enter.
Why does one workbook calculate and another not?
Calculation mode is saved with the file, and the first workbook opened in a session sets the mode for all of them.
What is the difference between F9 and Ctrl+Alt+F9?
F9 recalculates what Excel thinks has changed. Ctrl+Alt+F9 recalculates everything, which is what to use when a value is stuck.
The status bar says Calculate — what does that mean?
Manual mode is on and results are stale. Press F9, or switch Calculation Options back to Automatic.