How to Unmake a Table in Excel

If you just need to unmake a table in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: select the data range and press Ctrl+T, confirm the header row, and Excel converts the range into a structured table with filters and auto-expansion.

On this page7
Annotated stepsExcel
1

Click inside the data range.

2

Press Ctrl+T or choose Insert ▸ Table.

3

Confirm whether the range has headers.

4

Name the table from Table Design when formulas will reference it.

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

What this does

An Excel table is more than a formatted range. It adds filter buttons, structured references, automatic expansion, banded rows and table-aware formulas. It works best when the source is rectangular, has one header row and has no blank columns. 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 “unmake a table 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 cells 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 layout choice that keeps the sheet readable and sortable useful in real work: repeatable, auditable, and not dependent on memory or luck.

A worked example

A1:F500 contains sales records. Click inside the range, press Ctrl+T, tick My table has headers and click OK. New rows added below inherit formulas and formatting, and formulas can refer to columns as Sales[Revenue]. Tables are one of the best upgrades for raw data because they make formulas, filters, charts and pivots more resilient as rows are added. 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. Keep this page bookmarked for the next time the same question comes up. Better still, repeat the steps once in your own workbook — doing it yourself is what turns a copied answer into something you remember. Treat “unmake a table in excel” as a routine rather than a one-off. Once you know which setting or command controls it, the same few steps handle every workbook where it comes up in Excel, and you can explain them to a colleague in a sentence.

Common mistakes

  • Including totals inside the table body.
  • Using merged cells or multiple header rows.
  • Leaving blank columns in the range.
  • Treating table style as only decoration and missing the structured-reference behavior.

Frequently asked questions

What is the shortcut to create a table?

Ctrl+T.

Can I turn a table back into a range?

Yes. Use Table Design ▸ Convert to Range.

Why use tables?

They keep ranges expandable, filterable and easier to reference in formulas.