What converting a table to a range means
An Excel table is a formatted block of data with built-in features: automatic filtering buttons in the header row, formulas that expand when you add rows, and a consistent style applied to all cells. A range is just a selection of cells with no special formatting or automatic behavior. Converting a table to a range removes all those features and leaves you with plain cells.
You might do this because a table's automatic behavior interferes with what you're trying to do, because you're sending the file to someone who doesn't expect table formatting, or because you want to delete the header row without losing your data. The conversion itself takes one click and doesn't change any of your actual numbers or text — only how Excel treats them.
Key Takeaways
- Right-click any cell in the table, select Table, then choose Convert to Range to remove all table formatting and features.
- The data stays in place and nothing is deleted, but filtering buttons disappear and formulas no longer expand automatically.
- If you've used table column names in formulas (like =Table1[Sales]), those formulas will break and show errors after conversion.
- You can undo the conversion when ready with Ctrl+Z if you change your mind, but waiting longer makes recovery harder.
The one-click method: right-click and convert
Click any single cell inside the table. You don't need to select the whole table — Excel knows where it is. Right-click that cell and look for the word Table in the menu that appears. Click it, and a submenu opens with the option Convert to Range. Click that option.
The table formatting disappears when ready. The header row stays in place, the data stays in place, and the cell values don't change. The filtering buttons (the small dropdown arrows in the header) vanish, and the colored background formatting may disappear depending on your Excel version and theme.
Using the Table Design tab if the right-click menu doesn't show
In some versions of Excel, the right-click menu is organized differently. If you don't see a Table option when you right-click, try this instead: click any cell in the table, then look at the ribbon at the top. A tab labeled Table Design should appear (it only shows when you're inside a table). Click that tab.
On the left side of the Table Design ribbon, you'll see a button labeled Convert to Range. Click it. The result is the same as the right-click method — your table becomes a regular range with no special formatting.
What breaks when you convert: formulas using table names
If you've written formulas that refer to the table by name — for example, =SUM(Table1[Sales]) or =AVERAGE(Table1[Amount]) — those formulas will break after conversion. Excel will show a #NAME? error because the table name no longer exists.
Before you convert, search your spreadsheet for any formulas that use the table name. You can find them by pressing Ctrl+H to open Find and Replace, then searching for the table name (usually something like "Table1" or "SalesData"). If you find any, you have two choices: rewrite those formulas to use cell ranges instead (like =SUM(B2:B100)), or keep the table as-is. If you convert by accident and break formulas, undo when ready with Ctrl+Z.
When to convert and when to keep the table
Keep the table if you're regularly adding new rows of data and want formulas to expand automatically, or if you use the filtering buttons to show and hide rows. Convert to a range if you need to delete the header row, if the automatic formula expansion is causing problems, or if you're sharing the file with someone using an older version of Excel or a different spreadsheet program.
You can also convert temporarily: turn the range back into a table later by selecting it, going to the Insert tab, and clicking Table. Excel will ask you to confirm the header row, and you're back to a table with all the same features.
Recovering if you convert by mistake
If you convert and when ready realize it was wrong, press Ctrl+Z to undo. Excel will restore the table and all its features. The undo command works as long as you haven't closed the file or performed other actions in between.
If you've already saved the file or performed other steps, you can't undo the conversion. In that case, select the data range again, go to Insert > Table, and Excel will rebuild the table. You'll need to reapply any custom formatting or styles you had before, but the data itself is safe.
Converting multiple tables at once
If your spreadsheet has several tables and you want to convert them all to ranges, you have to do it one at a time — there's no batch conversion option. Click the first table, convert it, then move to the next one. If you have many tables, this takes a few minutes but is still faster than rebuilding them manually.
A faster approach: select all cells on the sheet (Ctrl+A), then use Find and Replace (Ctrl+H) to search for table names and replace them with cell ranges. This is more advanced and requires you to know the exact range each table occupies, so it's only worth doing if you have five or more tables to convert.
Frequently Asked Questions
Does converting a table delete any data?
No. Converting removes only the table formatting and features — the filtering buttons, the automatic formula expansion, and the table name. Every number, text value, and formula stays exactly where it is. If you want to delete the header row after converting, you can do that as a separate step.
Can I convert a table to a range and then back to a table again?
Yes. Select the range, go to Insert > Table, and Excel will rebuild the table. You'll need to confirm which row is the header, and you may need to reapply custom colors or styles, but the data and structure are preserved.
What happens to the table name after I convert?
The table name disappears, and any formulas that reference it by name will show a #NAME? error. You can fix those formulas by rewriting them to use cell ranges instead, or you can undo the conversion with Ctrl+Z if you catch the error right away.
Will converting affect how the file looks when I open it in Google Sheets or another program?
Converting removes Excel-specific table features, so the file will look simpler in other programs — no filtering buttons or automatic formatting. The actual data is unchanged and will open normally in any spreadsheet program.