Excel Practice Test

โ–ถ

Knowing how to undo table format in Excel is one of those essential skills that saves you time and frustration when working with spreadsheet data. Excel's Table feature is powerful โ€” it adds automatic filtering, structured references, and dynamic formatting โ€” but there are plenty of situations where you need to strip that formatting away and return to a plain cell range. Whether you inherited a workbook from a colleague, imported data that auto-converted to a table, or simply changed your mind after applying a style, reversing the process is straightforward once you know where to look.

Knowing how to undo table format in Excel is one of those essential skills that saves you time and frustration when working with spreadsheet data. Excel's Table feature is powerful โ€” it adds automatic filtering, structured references, and dynamic formatting โ€” but there are plenty of situations where you need to strip that formatting away and return to a plain cell range. Whether you inherited a workbook from a colleague, imported data that auto-converted to a table, or simply changed your mind after applying a style, reversing the process is straightforward once you know where to look.

Excel tables are created either manually through the Insert tab or automatically when you use features like Power Query or certain data import wizards. Once active, a table applies banded row colors, header filters, and a named range structure. These features are genuinely useful for data analysis, but they can interfere with certain formulas, pivot table sources, or formatting requirements your organization mandates. Understanding the difference between removing the table style and converting the table back to a normal range is the first critical distinction you need to make.

There are two main operations people confuse when they want to reverse an Excel table. The first is clearing the table style โ€” this removes the visual formatting like banded rows and colored headers but leaves the table structure intact. The second is converting the table to a range โ€” this dissolves the table object entirely, returning your cells to ordinary spreadsheet ranges. Depending on your goal, you may need one or both of these steps, and this guide walks you through each scenario with precision.

Many users discover they need to undo table formatting when copying data between sheets. Table structured references like [@Column1] can break or produce unexpected results when pasted into a sheet that does not recognize the table name. Similarly, certain legacy Excel functions and third-party add-ins do not play well with table ranges. Knowing how to quickly convert tables back to standard ranges makes you a more agile and confident Excel user in professional environments.

Beyond the basics, this article covers keyboard shortcuts, how to handle multiple tables at once, common errors you may encounter during conversion, and how these steps integrate with other Excel features like VLOOKUP in Excel and data validation. You will also find practical tips for preserving your data integrity throughout the process, so nothing gets lost or reformatted unexpectedly when you reverse a table. For additional workflow context, check out our guide on how to undo table format in excel and document your final spreadsheet professionally.

This guide is designed for Excel users at all levels โ€” from those opening a table for the first time to experienced analysts who need a reliable reference for edge cases. The instructions apply to Excel for Microsoft 365, Excel 2021, Excel 2019, and Excel 2016 on Windows, with notes where Mac behavior differs. By the end, you will be able to confidently remove, modify, or preserve table formatting based on exactly what your project requires.

Understanding table formatting also connects to broader Excel excellence: skills like how to create a drop down list in Excel, how to merge cells in Excel, and how to freeze a row in Excel all interact with table structures in ways that can surprise beginners. Building a solid mental model of how tables work โ€” and how to undo them โ€” gives you a foundation that makes every other Excel skill sharper and more reliable in real-world use.

Excel Table Formatting by the Numbers

๐Ÿ“Š
1.2B
Excel Users Worldwide
โฑ๏ธ
< 30s
Time to Convert Table to Range
๐Ÿ”„
3
Ways to Remove Table Formatting
๐ŸŽ“
77%
Excel Users Who Use Tables
๐Ÿ’ป
6
Excel Versions Covered
Test Your Knowledge: How to Undo Table Format in Excel

Step-by-Step: Convert an Excel Table Back to a Normal Range

๐Ÿ–ฑ๏ธ

Click anywhere inside the Excel table you want to convert. This activates the Table Design tab (or Table Tools > Design in older versions) in the Excel ribbon. You must be inside the table for the conversion options to appear โ€” clicking outside will hide the contextual tab.

๐Ÿ“‹

Navigate to the Table Design tab that appears in the ribbon when your cursor is inside the table. On Excel 2016 and 2019, this tab is labeled Table Tools > Design. On Excel 365 and 2021, it appears simply as Table Design. This tab contains all table-specific options including styles, properties, and the Convert to Range button.

๐Ÿ”„

In the Tools group on the Table Design tab, click the Convert to Range button. Excel will display a confirmation dialog box asking: Do you want to convert the table to a normal range? This is your last chance to cancel before the table structure is dissolved. The data itself will not be affected โ€” only the table object is removed.

โœ…

Click Yes in the confirmation dialog. Excel immediately converts the table back to a standard cell range. The drop-down filter arrows in the header row will disappear, and structured references like [@Column] will convert to standard cell references in any formulas that used them. The process is instant and cannot be undone with Ctrl+Z in some versions.

๐ŸŽจ

After converting to a range, the banded row colors and bold header formatting often remain as static cell formatting. To remove these, select all the former table cells, go to Home > Editing > Clear > Clear Formats, or use the Format Cells dialog to manually reset fill colors and font styles to your preferred defaults.

๐Ÿ”Ž

After conversion, check any formulas that referenced the table using structured references. Excel auto-converts most of these to cell references, but complex or cross-sheet formulas may need manual review. Use Ctrl+` to toggle formula view and scan the affected columns for any #REF! or #NAME? errors that arose from the conversion process.

Clearing the table style is a different operation from converting a table to a range, and it is important to understand when each approach is appropriate. When you clear the table style, the table object remains โ€” it still has its name, its structured references work, and filtering is still active โ€” but the visual banding, colored headers, and accent borders are stripped away. This approach is ideal when you want a clean, plain-looking table that still takes advantage of Excel's dynamic table features like auto-expansion and column formula propagation.

To clear the table style, click inside the table to activate the Table Design tab, then look at the Table Styles gallery on the right side of the ribbon. At the very bottom of that gallery (click the small down-arrow to expand it fully), you will find a None option under the Light section. Clicking None removes all color and border styling from the table while keeping the table structure fully intact. This is the fastest way to get a visually neutral table without sacrificing any of its functional benefits.

Another approach is to use the Table Style Options group on the Table Design tab to selectively disable specific formatting elements. For example, you can uncheck Banded Rows to remove the alternating row colors, uncheck Header Row to flatten the bold/colored header, or uncheck Last Column to remove accent formatting on the final column. These checkboxes give you granular control over exactly which parts of the table formatting appear, which is useful when you want to preserve some visual structure while eliminating others.

Many Excel professionals use a hybrid workflow: they clear the visual style using the None option to get a plain appearance, then convert to a range only when they are completely done with data entry and formula building. This approach lets you enjoy table benefits during development โ€” auto-fill formulas, structured references, named ranges for VLOOKUP in Excel โ€” then produce a clean, format-free range for final delivery or sharing. It is a workflow used widely across finance, operations, and data analytics teams.

If you need to apply this to multiple tables at once, the process requires a macro or VBA script since Excel does not have a bulk-convert UI. A simple macro loops through all ListObjects in a worksheet and calls the .Unlist method on each one. This is particularly useful when you inherit workbooks with dozens of named tables and need to standardize them into plain ranges for compatibility with older systems or reporting tools that do not support Excel table objects natively.

It is also worth noting that when you paste data from one Excel table into a different workbook, the receiving workbook may or may not recognize the table structure. In many cases, Excel will paste the data as a plain range automatically, effectively performing the conversion for you. However, if the paste operation includes formatted cells, you may still see the banded row colors as static formatting even though no table object exists. In that case, use Home > Clear > Clear Formats to finish the job cleanly.

For users who frequently need to toggle between table and range formats, consider setting up a Quick Access Toolbar shortcut. Right-click the Convert to Range button in the Table Design tab and select Add to Quick Access Toolbar. This places a one-click button at the top of your Excel window, making the conversion accessible no matter which tab you are currently on โ€” a small efficiency gain that adds up significantly over the course of a busy workday dealing with large datasets and multiple table-heavy workbooks.

Free Excel Basic and Advance Questions and Answers
Test your Excel skills from beginner fundamentals to advanced techniques
Free Excel Formulas Questions and Answers
Practice Excel formula questions covering SUM, IF, VLOOKUP, and more

How to Freeze a Row in Excel and Manage Tables Across Versions

๐Ÿ“‹ Excel 365 & 2021

In Microsoft 365 and Excel 2021, the table management interface is the most streamlined. When you click inside a table, the Table Design tab appears immediately in the ribbon. The Convert to Range button sits in the Tools group on the far left of that tab. Right-clicking the table also surfaces a Table submenu where Convert to Range appears as a direct option, saving you from navigating the ribbon entirely. This right-click method is often faster, especially on large monitors where ribbon navigation requires extra mouse travel.

Excel 365 also introduced improved formula handling during table conversion. When you convert a table to a range in Microsoft 365, structured references like =SUM(Table1[Sales]) are automatically converted to absolute cell references like =SUM($B$2:$B$100). This auto-conversion is more reliable than in older versions and significantly reduces the risk of broken formulas after conversion. Always verify critical calculations after conversion, but Microsoft 365 handles the vast majority of structured reference conversions correctly and silently.

๐Ÿ“‹ Excel 2016 & 2019

In Excel 2016 and Excel 2019, the table tools appear under a Table Tools contextual tab group that contains two sub-tabs: Design and (for charts) Layout. Click inside your table, then click Table Tools > Design in the ribbon. The Convert to Range button is in the Tools group. Note that in Excel 2019, right-clicking a table cell also provides a Table > Convert to Range option in the context menu โ€” useful for users who prefer mouse-driven workflows over ribbon navigation.

One important difference in Excel 2016 is that the Undo function (Ctrl+Z) does not reliably reverse a table-to-range conversion. Once you click Yes in the confirmation dialog, the table object is dissolved and Undo may not restore it. Always save your workbook with Ctrl+S before performing the conversion so you can close without saving if something goes wrong. In Excel 2019, Undo behavior improved slightly, but saving first remains the safest practice for any irreversible table operation.

๐Ÿ“‹ Excel for Mac & Web

On Excel for Mac, the table conversion workflow is nearly identical to Windows. Click inside the table to activate the Table tab in the Mac ribbon, then click Convert to Range in the Tools group. Mac users can also right-click a table cell and select Table > Convert to Range from the contextual menu. One Mac-specific note: keyboard shortcut behavior for table navigation differs slightly, so if you rely on keyboard-driven workflows, verify your shortcuts in System Preferences > Keyboard to avoid conflicts with macOS system shortcuts.

Excel for the Web (the browser-based version) has more limited table management capabilities. As of 2025, converting a table to a range in Excel Web requires right-clicking inside the table and selecting Table > Convert to Range from the context menu โ€” the Table Design ribbon tab may not appear in all browser configurations. If the option is missing entirely, download the file and perform the conversion in the desktop application. Microsoft continues to expand Excel Web capabilities, so this limitation may be resolved in future updates.

Excel Tables vs. Plain Ranges: What Works Best?

Pros

  • Tables auto-expand when you add new rows or columns, keeping formulas consistent across the dataset
  • Structured references like [@Column] make formulas more readable and self-documenting
  • Built-in filter and sort dropdowns are added automatically to every header row
  • Named table ranges make VLOOKUP in Excel and other lookup functions easier to write and maintain
  • Table styles apply professional banded-row formatting instantly with no manual cell-by-cell coloring
  • Total Row feature adds SUM, AVERAGE, COUNT, and other aggregate functions with a single click

Cons

  • Table structured references can break or produce errors when copied to workbooks that lack the table definition
  • Certain Excel features like merged cells are incompatible with tables and produce errors
  • Legacy macros and VBA code that expect standard ranges may malfunction when encountering table ListObjects
  • Pivot table sources sometimes behave unpredictably when the source is a named table versus a plain range
  • Conditional formatting rules applied inside tables can conflict with the built-in table styles
  • Multiple tables on the same sheet can cause confusion with naming conventions and cross-table formula references
Free Excel Functions Questions and Answers
Master Excel functions with targeted practice questions on all major functions
Free Excel MCQ Questions and Answers
Multiple choice Excel practice covering formatting, formulas, and data tools

Before You Remove an Excel Table: Complete Pre-Conversion Checklist

Save a backup copy of your workbook with Ctrl+S or File > Save As before making any table changes.
Identify all formulas in the workbook that use structured table references like [@Column] or TableName[Field].
Note the table name in Table Design > Properties > Table Name, in case you need to recreate it later.
Check whether any PivotTables are sourcing data from the table, as conversion may break the data connection.
Verify that no Power Query queries reference the table by name in the Queries & Connections pane.
Confirm that the header row labels are exactly as you want them before converting, since headers become static after removal.
Review any data validation rules applied to table columns, as these may need to be reapplied to the plain range.
Check the Total Row (if enabled) and record the aggregate values before disabling it during conversion.
Test a single-row data entry after conversion to confirm auto-expansion is no longer occurring unexpectedly.
Audit conditional formatting rules that overlap with the table range to prevent duplicate or conflicting formatting after conversion.
Right-Click Is Faster Than the Ribbon

The fastest way to convert an Excel table to a plain range is to right-click any cell inside the table, hover over Table in the context menu, and click Convert to Range. This method works in Excel 2019, 2021, and Microsoft 365 on both Windows and Mac, and it saves you from switching ribbon tabs โ€” cutting the process to just two clicks from anywhere in the spreadsheet.

One of the most common errors users encounter after converting a table to a range is the appearance of #NAME? errors in formulas. This happens when a formula was written using a structured table reference like =SUM(SalesData[Revenue]), and after conversion, Excel can no longer resolve the table name SalesData because the table object no longer exists. The fix is to replace the structured reference with a standard cell range like =SUM(B2:B500). Use Ctrl+H (Find and Replace) to batch-replace table references across the entire workbook efficiently.

Another frequent issue is that banded row formatting โ€” the alternating light and dark row colors โ€” persists as static cell formatting after conversion. This is expected behavior: Excel converts the table style into literal fill colors on each cell, so the visual appearance is preserved even though the table object is gone.

If you want a completely clean slate, select all the cells in the former table range (use Ctrl+Shift+End to extend to the last cell), then go to Home > Editing > Clear > Clear Formats. This removes all fill, font, and border formatting while leaving your data values intact.

A subtler issue involves Excel's AutoFilter. When you convert a table to a range, the filter drop-down arrows in the header row are removed. However, if you had previously applied filters that hid certain rows, those hidden rows remain hidden after conversion. Before converting, go to Data > Sort & Filter > Clear to remove all active filters and make all rows visible. This ensures you are working with your complete dataset after the table structure is removed, and nothing is accidentally hidden from view.

For workbooks containing named ranges that overlap with table names, conversion can occasionally produce duplicate name conflicts. For example, if your table was named Budget2024 and you also have a named range called Budget2024 defined separately, Excel may raise an error during or after conversion. Navigate to Formulas > Name Manager to review all defined names and resolve any conflicts before proceeding with table conversion. Removing or renaming duplicate entries prevents unexpected formula behavior post-conversion.

Power Query is another area where table conversion requires caution. If your Excel table was the output destination for a Power Query query, converting the table to a range can sever the refresh connection. The query itself remains in the workbook (visible in the Queries & Connections pane), but its load destination becomes undefined. You can re-establish the connection by editing the query and changing its Load To setting, but this requires recreating the table or pointing the query to a new destination range.

Users working with how to create a drop down list in Excel features tied to table column data should also take note. Data validation drop-down lists that source their options from a table column using a structured reference will break when the table is removed. Update those validation rules to reference the equivalent plain cell range instead. Go to Data > Data Validation, check the Source field for any structured table references, and replace them with absolute cell references like =$A$2:$A$50 to restore functionality.

In some cases, the best solution is not to remove the table at all, but to create a copy of the data as a plain range in a separate sheet. Use Paste Special > Values to paste only the raw data without any formatting or table structure into a new location. This preserves the original table intact for future reference or formula use, while giving you a clean plain-range copy for reporting, sharing, or export. This non-destructive approach is often preferable when working in collaborative or audit-sensitive environments.

Advanced users who need to remove table formatting at scale โ€” across dozens of sheets or hundreds of workbooks โ€” should invest time in learning the Excel VBA approach. A simple macro using the ListObjects collection can loop through every table on a worksheet and convert each one to a range in a single operation. The key method is ListObject.Unlist(), which performs the same action as clicking Convert to Range in the ribbon. This macro approach is indispensable for IT teams standardizing workbooks before migration, or for analysts processing large batches of imported data files.

Here is a foundational VBA example you can adapt: open the Visual Basic Editor with Alt+F11, insert a new module, and paste the following code: Sub ConvertAllTablesToRanges() Dim ws As Worksheet, lo As ListObject For Each ws In ThisWorkbook.Worksheets For Each lo In ws.ListObjects lo.Unlist Next lo Next ws End Sub. Running this macro converts every table in the entire workbook to a plain range. Test it on a copy of your workbook first, and ensure all Power Query connections and PivotTable sources are reviewed after running it.

For users focused on Excel certification and professional development, understanding table management deeply โ€” including how to remove table formatting โ€” is a tested skill area. Certifications like the Microsoft Office Specialist (MOS) Excel exam include questions on table creation, modification, and conversion. Mastery of these operations signals to employers that you can maintain clean, efficient workbooks rather than leaving behind a tangle of conflicting table structures and formatting artifacts that slow down colleagues who inherit your files.

The relationship between table formatting and Excel's built-in intelligence features is another dimension worth understanding. Excel uses table structure information to make smarter AutoFill predictions, better chart range selections, and more accurate PivotTable field suggestions. When you remove table formatting, you lose these hints โ€” Excel treats the data as an anonymous block of cells rather than a semantically structured dataset. For ongoing analytical work, keeping the table structure and simply clearing the visual style (using the None option) often gives you the best of both worlds.

When working with how to merge cells in Excel alongside table data, keep in mind that merged cells are fundamentally incompatible with the table object. If you try to merge cells within an active table, Excel will refuse and display an error message. This is one of the clearest signals that conversion to a plain range is necessary before applying merged cell formatting for report headers, summary rows, or presentation-style layouts that require spanning cells across multiple columns.

How to freeze a row in Excel is another feature that interacts differently with tables versus plain ranges. When your data is in a table, the header row stays visible as you scroll down within the table bounds โ€” a built-in behavior that does not require the Freeze Panes feature.

However, many users do not realize this distinction and apply both a table header and a frozen pane, which can cause the header to appear doubled or misaligned at certain scroll positions. After converting to a plain range, use View > Freeze Panes > Freeze Top Row to restore the scroll-lock header behavior explicitly.

For comprehensive workflow documentation and file delivery, combining your table management skills with export knowledge is valuable. After stripping table formatting and preparing your final plain-range spreadsheet, you may need to deliver the file as a PDF. Our guide on how to undo table format in excel covers the full export process, ensuring your clean, format-free spreadsheet renders correctly in PDF form without unexpected table borders, filter arrows, or structured reference artifacts appearing in the final document.

Practice Excel Formulas and Table Skills Now

Building long-term Excel excellence means developing consistent habits around table management. Whenever you create a new table, take thirty seconds to name it meaningfully in the Table Design > Properties > Table Name field. Names like Q1_Sales or CustomerList are infinitely more useful than the default Table1, Table2 naming scheme. Meaningful names make it much easier to track which tables are in use across a workbook, simplify the conversion process, and prevent naming conflicts when you need to remove or restructure tables later.

Another professional habit is documenting your table structure in a dedicated sheet or comment block. Note the table name, its purpose, which formulas depend on it, and whether any Power Query or PivotTable connections reference it. This documentation takes a few minutes to write but saves hours of detective work when you return to the workbook weeks later or hand it off to a colleague. The inner excellence approach to Excel work is not just about knowing the steps โ€” it is about leaving the workbook in a state that is easy for anyone to understand and maintain.

If you regularly work with data imports โ€” from CSV files, databases, or web scraping โ€” you will find that Excel often auto-converts imported data into a table without asking. This is especially common when using the Data > Get & Transform (Power Query) feature, which lands query results as a formatted table by default. Knowing how to quickly remove that table formatting after import gives you a reliable reset point before you apply your own organization-standard formatting, named ranges, and formula structures to the data.

The interaction between table formatting and Excel's conditional formatting rules is a common source of confusion and visual glitches. When both are applied to the same cell range, they can conflict in ways that produce unexpected color combinations or override each other depending on rule priority. The safest workflow is to remove the table formatting first using the methods described in this guide, then apply conditional formatting rules fresh to the plain range. This gives you full control over the visual output without hidden table style interference muddying your formatting logic.

For teams using shared Excel workbooks in SharePoint or OneDrive, table structures can also cause collaboration issues. When multiple users are editing a co-authored workbook simultaneously, certain table operations โ€” including converting to range โ€” may not be available or may trigger conflicts. In these scenarios, the safest approach is to check out or download a local copy, perform the table conversion, then re-upload the file. Microsoft's co-authoring documentation recommends this pattern for any structural workbook changes that go beyond simple data entry.

VLOOKUP in Excel formulas often reference table ranges as their lookup arrays. After converting a table to a plain range, these VLOOKUP formulas will still work correctly as long as the cell references remain valid โ€” but the elegant table-name syntax will be replaced by standard range addresses. If maintaining formula readability matters for your team, consider using named ranges to replace the table reference after conversion: select the former table range, go to Formulas > Define Name, and assign a meaningful name. Your VLOOKUP formulas can then reference the named range instead of raw cell coordinates.

Ultimately, the ability to confidently manage Excel table formatting โ€” creating, modifying, styling, and removing tables on demand โ€” is a hallmark of professional spreadsheet mastery. Whether you are preparing a board-level financial report, cleaning imported survey data, or optimizing a complex analytical model, these skills directly impact the quality and credibility of your work. Practice the methods in this guide on real workbooks, explore the edge cases, and test your understanding with our Excel practice quizzes to cement these skills for the long term.

Free Excel Questions and Answers
Comprehensive Excel certification practice with full-length timed question sets
Free Excel Trivia Questions and Answers
Fun Excel trivia to test your knowledge of features, shortcuts, and functions

Excel Questions and Answers

How do I remove table formatting in Excel without losing my data?

Click inside the table to activate the Table Design tab, then click Convert to Range in the Tools group. Confirm by clicking Yes. Your data values are completely preserved โ€” only the table structure and its associated behaviors (like auto-expansion and structured references) are removed. The visual formatting like banded rows may remain as static cell formatting, which you can clear separately using Home > Clear > Clear Formats if needed.

What is the difference between clearing a table style and converting a table to a range?

Clearing a table style removes only the visual formatting โ€” banded colors, header shading, and borders โ€” while keeping the table structure intact. The table still has its name, auto-expansion, and filter arrows. Converting to a range goes further: it dissolves the table object entirely, removing filters, structured references, and auto-expansion. Choose clear style for visual changes only; choose convert to range when you need standard cells with no table behavior.

Can I undo a table-to-range conversion with Ctrl+Z?

In Excel 2016, Undo does not reliably reverse a table-to-range conversion. In Excel 2019 and Microsoft 365, Undo may work immediately after the conversion, but it is not guaranteed across all scenarios. The safest practice is to save your workbook with Ctrl+S before converting. If the result is incorrect, close the file without saving to revert to the pre-conversion state. Never rely on Undo alone for structural workbook changes.

Why do banded row colors remain after I convert a table to a range?

When you convert a table to a range, Excel translates the dynamic table style into static cell formatting โ€” each cell gets a literal fill color equal to what the table style was displaying. This is expected behavior. To remove the lingering colors, select all the cells in the former table area, then go to Home > Editing > Clear > Clear Formats. This removes fill, font, and border formatting while leaving data values untouched.

How do I convert multiple tables to ranges at once in Excel?

Excel does not have a built-in UI for bulk table conversion. To convert multiple tables at once, use a VBA macro. Open the Visual Basic Editor with Alt+F11, insert a module, and run: For Each lo In ActiveSheet.ListObjects: lo.Unlist: Next lo. This converts all tables on the active sheet. Modify the loop to use ThisWorkbook.Worksheets to process all sheets at once. Always test on a backup copy first.

Will removing a table break my VLOOKUP formulas?

If your VLOOKUP formulas reference the table using structured syntax like TableName[Column], those references will convert to standard cell references during the table-to-range conversion in Excel 365 and 2021. In older Excel versions, you may see #NAME? errors where structured references could not be auto-converted. After conversion, use Ctrl+` to view all formulas and manually update any that show errors, replacing table names with the equivalent cell range addresses.

How do I remove the filter arrows from a table header row?

There are two ways. If you want to keep the table but hide filters, go to the Table Design tab and uncheck Filter Button in the Table Style Options group. If you want to remove the table entirely, use Convert to Range โ€” this automatically removes all filter drop-down arrows from the header row. Note that if rows are currently filtered (some are hidden), you should clear filters first with Data > Clear before converting to avoid hidden rows remaining hidden after conversion.

Can I create a drop down list in Excel inside a table cell?

Yes, data validation drop-down lists work inside Excel table cells. Go to Data > Data Validation and configure a List source as usual. The drop-down applies to the selected cell within the table. However, if you source the list from another table column using a structured reference, converting either table to a range will break the validation source. After conversion, update the validation source to a standard cell range like =$A$2:$A$20 to restore the drop-down functionality.

Why can't I merge cells inside an Excel table?

Excel prohibits cell merging within table ranges because merged cells are structurally incompatible with the table object's row-and-column architecture. Tables require every cell in a column to be an individual, unmerged unit to support sorting, filtering, and structured references correctly. If you need merged cells for presentation purposes โ€” such as spanning a title across multiple columns โ€” you must first convert the table to a plain range using Convert to Range, then apply cell merging with Home > Merge & Center.

How do I freeze the top row in Excel after removing a table?

After converting a table to a plain range, the automatic header-lock behavior that tables provide is gone. To restore the frozen header, click on the row immediately below your header row (click the row number, not a cell), then go to View > Freeze Panes > Freeze Panes. Alternatively, click any cell in row 2 and select View > Freeze Panes > Freeze Top Row. The header row will now stay visible as you scroll down through your data, replicating the table header behavior in a standard range.
โ–ถ Start Quiz