How to Refresh Excel Sheet

There are two ways to “refresh excel sheet”: the quick way you copy and the durable way you understand. This page gives you both. The exact Excel answer is above; below, we build the small mental model that makes the fix stick, so the next variation of the same problem solves itself.

Exact answer

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.

On this page7
Annotated stepsExcel
1

Confirm Formulas ▸ Calculation Options is set to Automatic, otherwise nothing recomputes on its own.

2

Use F9 for a normal recalculation, Shift+F9 for the active sheet only, Ctrl+Alt+F9 to recompute every formula regardless of dependency state.

3

Use Data ▸ Refresh All, or Ctrl+Alt+F5, to update queries, connections and pivot caches.

4

For unattended updating, open Queries & Connections ▸ right-click the query ▸ Properties and tick Refresh data when opening the file, or set a refresh interval.

5

Refresh a single PivotTable from PivotTable Analyze ▸ Refresh, remembering it reads the cache, so refresh its source query first.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

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. Before you run it on a workbook other people depend on, try it on a copy or a few rows first. Undo only reaches back through the current session, so a quick trial run is the cheapest way to see exactly what will change before the file is saved and shared. Treat “refresh excel sheet” 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 sheet 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 layout choice that keeps the sheet readable and sortable into a method you can reuse, explain, and defend when the workbook leaves your screen.

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. When the result is not what you expected, undo straight away rather than repairing it by hand — undo restores the sheet exactly, while manual fixes tend to leave small inconsistencies behind that surface later.

In Google Sheets

This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. Here is the takeaway for “refresh excel sheet”: follow the steps at the top, check the result on the sheet itself, and keep undo in mind while you experiment. Done once deliberately, it becomes something you do from memory in Excel rather than something you search for again.

Common mistakes

  • Expecting F9 to 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 F9 while 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.

Other ways people ask this

On the way here you may have searched this as “how to refresh an excel sheet” and “refresh excel sheet” — it is all the same task, and this page is the single, complete answer to it.

Why do people search for this in so many different ways?

Because the same task has many names. “how to refresh an excel sheet”, “refresh excel sheet” all point at the one operation explained on this page, which is why they all lead here.