In Excel: press F9 to recalculate formulas, Ctrl+Alt+F9 to force every formula to rebuild, and Data ▸ Refresh All (Ctrl+Alt+F5) to re-pull queries, connections and PivotTable caches.
Confirm Formulas ▸ Calculation Options is set to Automatic, otherwise nothing recomputes on its own.
Use F9 for a normal recalculation, Shift+F9 for the active sheet only, Ctrl+Alt+F9 to recompute every formula regardless of dependency state.
Use Data ▸ Refresh All, or Ctrl+Alt+F5, to update queries, connections and pivot caches.
For unattended updating, open Queries & Connections ▸ right-click the query ▸ Properties and tick Refresh data when opening the file, or set a refresh interval.
Refresh a single PivotTable from PivotTable Analyze ▸ Refresh, remembering it reads the cache, so refresh its source query first.
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
What this does
Two different engines are involved and they are often confused. Recalculation re-evaluates formulas from values already in the workbook. A refresh re-fetches external data — Power Query results, database connections, web queries — and rebuilds the PivotTable cache from the source. Pressing F9 on a stale query does nothing at all, because the formulas are already correct with respect to the data they were given. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. For “recalculate formulas in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected formula change, and only then apply the same setup to the full sheet. 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 is what makes a calculation you can defend to a CFO or an auditor useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
A sales sheet is fed by a query against a CSV folder and topped with SUMIFS formulas. New files land overnight. Ctrl+Alt+F5 re-runs the query and the SUMIFS recompute automatically; a lone F9 would leave yesterday's rows in place and confirm yesterday's totals. Reports go out wrong far more often from stale data than from wrong formulas, and the two problems have completely different keystrokes. 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
If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. The short version of “recalculate formulas in excel”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.
Common mistakes
- Expecting
F9to pull new external data — it only recalculates what is already in the workbook. - Leaving calculation on Manual after opening a heavy file, since the mode of the first workbook opened applies to the whole session.
- Pressing
F9while a fragment of a formula is selected in the formula bar, which permanently replaces that fragment with its value. - Refreshing a PivotTable without refreshing the query behind it and reporting numbers one cycle old.
Frequently asked questions
What is the shortcut to refresh data?
Ctrl+Alt+F5 refreshes everything; Alt+F5 refreshes the selected query or PivotTable.
How do I make a workbook refresh automatically when it opens?
Data ▸ Queries & Connections, right-click the connection ▸ Properties, then tick Refresh data when opening the file.
F9 or Ctrl+Alt+F9?
F9 recalculates the formulas Excel believes have changed. Ctrl+Alt+F9 recalculates all of them, which is the one to use when a value looks stuck.
Why did my formula turn into a number?
F9 was pressed while editing it. Excel evaluates the selected part in place. Press Esc rather than Enter to escape that edit.