How to Remove External Links in Excel

There are two ways to “remove external links in excel”: 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: open Data ▸ Queries & Connections ▸ Edit Links to list every linked workbook, then use Ctrl+F for [ across the whole workbook, looking in Formulas, to find the cells themselves.

On this page7
Annotated stepsExcel
1

Data ▸ Queries & Connections ▸ Edit Links to see which files are linked and whether each link still resolves.

2

Ctrl+F ▸ Options ▸ Within: Workbook ▸ Look in: Formulas, search for [ and Find All to list the linked cells.

3

Formulas ▸ Name Manager, sort by Refers To, and look for names containing [.

4

Click each chart and read its series formula in the formula bar for a bracketed path.

5

Check Data Validation and Conditional Formatting rules for ranges pointing at another workbook.

6

To sever them: Edit Links ▸ Break Link — take a copy of the workbook first, because the formulas become values and cannot be restored.

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

What this does

An external link is a reference to another workbook, written with the file name in square brackets: ='C:\Budget\[2026.xlsx]Sheet1'!$B$4. Edit Links names every source file but does not show you where the references sit, and it is blind to three hiding places that produce the maddening "this workbook contains links" prompt with an apparently empty link list: defined NAMES (Formulas ▸ Name Manager, look for [ in the Refers To column), CHART series formulas, and data-validation or conditional-formatting rules that point at another file. Searching the workbook for the [ character with Look in: Formulas finds the cell references; the other three have to be checked in their own dialogs. Break Links replaces every external reference with its current value — permanently, and Undo will not bring the formulas back. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “remove external links in excel”. Start on a copy or a tiny sample, keep the affected cells visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a data step that keeps your analysis trustworthy, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

A report prompts to update links on every open. Data ▸ Edit Links lists Prices.xlsx, but Ctrl+F for [ in Formulas across the workbook finds nothing. Formulas ▸ Name Manager shows a name Cost_Base whose Refers To reads ='[Prices.xlsx]Rates'!$A$1 — deleting or repointing that name clears the prompt. Links to a file someone has since moved are one of the commonest reasons a workbook shows stale numbers, and finding them is the part Excel makes hardest. 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

References to another workbook do not carry over: Excel's [Workbook.xlsx]Sheet1!B4 syntax is not valid in Google Sheets, where data from another spreadsheet is pulled in with IMPORTRANGE. References to another tab in the same file (Sheet2!B4) work in both. 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. The short version of “remove external links in excel”: the answer is at the top of this page, and the sections above explain why each step matters, so a variation of the problem does not stump you. Try it once on a copy of a real file and the steps stick far better than re-reading them.

Common mistakes

  • Searching for the file name instead of [ — the stored path may differ from the name you remember.
  • Leaving Look in: on Values, which finds results rather than the formulas containing the links.
  • Breaking links without a backup, converting every external formula to a static value irreversibly.
  • Assuming an empty Edit Links list means no links; names, charts and rules are not listed there.
  • Moving the source workbook and expecting the link to follow it — the path is stored, so the link breaks.

Frequently asked questions

How do I find external links in Excel?

Data ▸ Edit Links lists the source files; Ctrl+F for [ with Look in: Formulas across the workbook finds the cells that use them.

Why does Excel say there are links when Edit Links is empty?

The reference is in a defined name, a chart series formula, or a data-validation or conditional-formatting rule. Check Name Manager first — it is the usual culprit.

How do I remove external links?

Data ▸ Edit Links ▸ Break Link converts them to values. Save a copy first; the change cannot be undone.

What does the square bracket in a formula mean?

It wraps the source file name in an external reference, as in ='[Budget.xlsx]Sheet1'!$A$1. Inside a Table, square brackets mean something different — a structured reference to a column.

Other ways people ask this

People reach this page typing “remove external links in excel”, “excel external links remove” and “removing external links in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.

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

Because the same task has many names. “remove external links in excel”, “excel external links remove”, “removing external links in excel” all point at the one operation explained on this page, which is why they all lead here.