Using a table in Excel offers a powerful and structured way to organize and analyze data. It is a collection of related data organized in rows and columns, with several built-in features to make data management and analysis more efficient.
But, sometimes, you may not want table formatting in your spreadsheet. Luckily, removing it is a fairly straightforward process. In this guide, weโll show how to remove table formatting in Excel with step-by-step instructions.
Table of Contents
The Short Answer
You can remove table formattingย by converting it to a range. To do so, select the table and then right-click on โTableโ > โConvert to Range.โ
If you want to remove the visual table formatting only, navigate to โDesignโ > โTablesโ > โClear.โ
Table Formatting Vs. Format as a Table
Removing table formatting is different from removing the actual tables in Excel.
Clearing formatting involves removing visual features like cell color and font, leaving the table of data only.
In comparison, when you format a table, the cells will change from the range into a table. However, it may impact some functions and prevent them from working properly. In particular if they donโt have room to spill their results past the table. This will result in a #SPILL error.
How To Remove Table Formatting in Excel
There are different ways to have Excel clear table formatting, and next, weโll show you how to unformat a table in Excel using several easy methods
Related:ย Google Sheets vs. Excel
How To Remove Visual Table Format in Excel
One way to have Excel unformat a table is by using the Table tool. This tool only appears in the Excel ribbon when you select the table.
- Select the entire table that you want to remove the formatting from. You can do this by clicking in a cell and using the keyboard shortcut Ctrl + A for Windows and Cmd + Aย for Mac.
- Go to the โDesignโย tab on the Excel ribbon.
- Go to the section for โTable stylesโ and click on the drop-down button.
- At the bottom of the list, click on the โClearโ option to remove the table formatting.
Your table will have all its formatting removed like below:
This method is an excellent way to undo all Excel formatting as a table while maintaining the table. However, one thing to remember is that this method only clears the default table formatting in Excel. If you have any custom formatting, it will remain on your table.
How To Remove Format as Table in Excel by Converting to a Range
Tables are a great tool in Excel, but they can also hinder your workflow, like when using dynamic array formulasย that spill. In that case, you may have to remove the table.
Hereโs how to clear table formatting in Excel by removing the table completely:
- Select the entire table or a cell in the table.
- Click on the โDesignโ tab that appears in the Excel ribbon.
- Choose the option โConvert to Range.โ
This converts the table back to the normal range, removing the formatting in the process.
Convert To a Range with the Right-Click Menu
Here is how to clear the table format in Excel by right-clicking:
- Select the table.
- Right-click on it and choose the โTableโย option.
- Choose the option โConvert to Range.โ
With this method, you can also remove the entire table and convert the data back to an ordinary range.
How To Clear All Formatting in a Table
Sometimes, your table may also have custom formatting. Therefore, you may find that when you remove the table formatting, some formatting features still remain.
Letโs assume we added some custom formatting in our example table:
If we clear the table formatting with the step-by-step process above, weโd still be left with the custom formatting.
Here is how to clear all formattingย in a table in Excel:
- Select the entire table.
- Go to the โHomeโ tab in the โEditingโ section.
- Click on the drop-down to โClear.โ
- Choose the option โClear Formats.โ
This will remove all formatting in your table, including any custom formatting and any other formatting unrelated to the table design.
How To Remove a Table in Excel Using VBA
You can also create a script to have Excel remove table formatting. VBA lets you customize functions in Excel and automate tasks.
Hereโs how to remove the table format in Excel using VBA:
- Open the VBA window by going to โDeveloperโย >ย โVisual Basics.โ You can also open it using the keyboard shortcut Alt + F11.
- In the VBA window, click โInsertโย >ย โModule.โ
- Copy and paste the following Script:
Sub RemoveTableFormat() Dim wsObj As Worksheet Dim tableObj As ListObject For Each wsObj In ActiveWorkbook.Worksheets ย ย For Each tableObj In wsObj.ListObjects ย ย ย ย tableObj.TableStyle = "" ย ย Next tableObj Next wsObj End Sub
- Once you have pasted the script, Go to โRunโย in the menu and click โRun Sub/Userform.โ You can also click the F5ย shortcut instead.
This VBA code reads all the tables in your worksheet and automatically sets them to no format. It clears any table format present, including font, colors, and borders, from the data body range, header row, and the total row of the table.
How To Change the Formatting of the Excel Table
Changing the formatting of a table in Excel is pretty simple. When you click on the table, the โDesignโ tab appears in the Excel ribbon. Here, there are all kinds of formatting options that you can use, including various formatting options in Excel for your table.
Hereโs how to change the format of the Excel table:
- Click on any cell inside the table.
- Go to the โDesignโย tab that appears in the Excel ribbon.
- In the โDesignโย tab, you’ll find different options to customize the table’s appearance:
- Table Styles:ย You can choose from a variety of predefined table styles that come with different formatting options. Click on the drop-down arrow in the “Table Styles” to see the available styles.
- You can even create your own custom table style by clicking on the option โNew Table Style.โ
- Table Styles:ย You can choose from a variety of predefined table styles that come with different formatting options. Click on the drop-down arrow in the “Table Styles” to see the available styles.
- Table Name:ย You can change the name of your table in the โPropertiesโ section by typing a new name in the โTable Nameโ field.
- Header Row:ย If your table doesn’t have a header row, you can click on the โHeader Rowโย checkbox under the โTable Style Options.โ This will treat the first row as the header and apply different formatting to it.
If you want more control over the formatting, you can customize the table manually using the following options:
- Fonts: Click the โFontโย option from the โFontโ groupย drop-down to choose a different font for your table data.
- Cell Styles:ย Click on the โCell Stylesโย drop-down in the “Styles” group to apply different predefined styles to your table.
- Fill Color:ย Click on the โFill Colorโ icon in the โStylesโ section toย change the background color of the selected cells.
- Borders:ย Click on the โBordersโ drop-down in the โFontโ section to add or modify cell borders.
Using the choices above, you can make the desired adjustments to the table’s formatting. Formatting can be applied to individual cells, columns, rows, or the entire table. As you change the formatting, the changes are reflected in the table in real-time. When you’re happy with the new formatting, save your Excel worksheet to save the changes.
Wrapping Up
By now, youโve learned how to remove table formatting in Excel. As you become more accustomed to formatting tables in Excel, you will see how it provides a quick and consistent way to graphically show your data, making it easier for you and your audience to grasp and analyze the information.
Now youโve completed this Excel โhow to remove table formattingโ guide, you can extend your learning by using the best Excel courses.
Alternatively, you can skip the learning and use some of our powerful pre-made spreadsheets. Take a look through our premium template library, and donโt forget to use the code โSSPโ to get 50% off on all the templates!
Related: