Excel is a very common application for people who work with data. We can collect, store, process, and get information from raw data using Excel. The Table is one of the popular features of Excel. There are lots of benefits to using the table. But sometimes, you may face problems while using the table. Basically, the problem is one kind of formatting-related problem. In this article, we will discuss table formatting problems in Excel. So, let’s get started.
Download Practice Workbook
Download this practice workbook to exercise while you are reading this article.
4 Table Formatting Problems in Excel with Their Solutions
Here, we have tried to discuss table formatting problems. Also, we give the solutions for that respective problems. To show you the examples, we have taken a dataset where we put some Product IDs with their Price.
Not to mention, we have used the Microsoft 365 version. You may use any other version at your convenience.
Later, we need to convert the dataset to a table to show you the problem that arises while using formatting in the table. After creating the table the dataset will look like the image below.
1. Copy Formulas with Table References in Excel Table Formatting
We will show what problems we face in the case of using Table Reference. This problem arises when we need to drag a formula from a cell left to right. But in the case of dragging up to the bottom, no problem occurs.
Steps:
- In this section, we want to find Prices against the Product ID do so. We use the INDEX function here to do that. Firstly, set 3 IDs to get the price.
- Eventually, go to cell G5. and write the formula to get the price of the ID mentioned in Cell F5.
=INDEX(Table2[Price],MATCH(F5,Table2[Product ID],0))
- Consequently, press ENTER to get the return.
- Now, drag the Fill Handle icon to the right. We see that #N/A is showing.
Here, the Table References are changed when dragging toward the right.
#Fixation of the Problem:
- To solve this problem, we can copy the formula from cell G5 and paste it into cells G6 and G7.
Now, we see that the exact result is showing.
Read More: How to Remove Table Formatting in Excel (2 Smart Ways)
2. Insufficient Execution of Structured Table Formatting
We can refer to a table column or table cell in a formula. From the formula, we noticed that it is a Structured Reference rather than a regular cell reference. Usually, we refer to any column or cell value as a reference, but here we used a table modifier reference. The @ symbol identifies a specific cell where you want to put the reference. It can not show the entire column value rather it shows an entity. See the image for better visualization.
Here, the symbol in the structured formula refers to a particular cell. That is why it returns Rice instead of the whole column. Remove the @ symbol and you will get the corresponding column where you entered the reference.
Read More: Use Formula in an Excel Table Effectively (With 4 Examples)
Similar Readings
- Excel VBA to Create Table from Range (6 Examples)
- How to Make a Comparison Table in Excel (2 Methods)
- [Fix]: Formulas Not Copying Down in Excel Table (3 Solutions)
- Reference Table Column by Name with VBA in Excel (6 Criteria)
- Excel VBA Code for Each Row in a Table (Add, Overwrite, Delete, etc.)
3. Table Expansion Problem When Adding New Data in Excel
Moreover, if you want to add a new value to your data table. You cannot insert the value according to the table. Rather it becomes a cell value. Follow the description for better visualization.
Steps:
- Initially, we want to add a new data row. For this reason, put a value to next the cell where the table ends.
- Apparently, press ENTER.
We can see that newly added data is not added to the table. We can solve this by changing AutoFormat settings.
#Fixation of Table Expansion Problem:
- For solving the problem, firstly, press File >> then click Option.
- After that, we will get Excel Options. From the Excel Options window, select Proofing.
- Eventually, select AutoCorrect Options.
- After clicking AutoCorrect Options, we will enter a new window. From there, select AutoFormat As You Type.
- Consequently, select the boxes of the last two options. And hit OK.
- Apparently, move to cell B13 and insert any value.
Now, we can see that the table is expanded.
Read More: How to Make an Excel Table Expand Automatically (3 Ways)
4. Data Validation Problem in Excel Table Formatting
When we use Data Validation, we cannot bring the validation instantly after entering new data. To solve this problem, we need to insert the data validation manually with the copy-and-paste process. Follow the steps to do it.
Steps:
- Here, we will make a drop-down list and use it in the Table. So, a column named List is added.
- Apparently, define a name for the new column.
- For that reason, firstly, select all the cells of the new column >> go to the Formula tab.
- Sequentially, select the Define Name option from Defined Names.
- Give a name on the box. We used List. And select the reference of the List.
- Subsequently, press OK.
- Select the cells of the Name column. Sequentially, go to the Data tab >> choose Data Validation from the Data Tools command.
- Apparently, the Data Validation window appears. Select List in the Allow box and type List in the Source box.
- Finally, press OK.
- Now, go to the cells of the column and select names from the drop-down.
- At this moment, add a new row to the table.
A new row is added but sometimes will face the drop-down list is not showing for this cell. We will solve this by Data Validation.
- To solve this issue, copy any cell that contains a drop-down >> select all the cells including the new one.
- Sequentially, go to Paste Special.
- Consequently, select Validation from the Paste Special. And hit OK.
Now, you can find that the validation-related problem has vanished.
Read More: How to Create a Table in Excel with Data (5 Ways)
Some More Problems in Excel Table Formatting
- In the case of protected sheets, the Table will not work properly. We can’t easily add or remove rows.
- When we use a large table, our workbook will work slowly.
- When we add protections to lock our formula, the table functions are lost. Specifically, it will no longer auto-expand.
- When we link tables in other workbooks, the links will return a #REF! error if the source workbook is not open. By changing all links to relative cell references we can solve this.
- When we delete data from our table, the table doesn’t automatically shrink. We need to resize the table manually. We can do this with the Resize Table option or by deleting the rows.
Conclusion
That’s all about today’s session. And these are some easy methods to solve table formatting problems in Excel. Please let us know in the comments section if you have any questions or suggestions. For a better understanding please download the practice sheet. Visit our website ExcelDemy, a one-stop Excel solution provider, to find out about diverse kinds of excel methods. Thanks for your patience in reading this article
Related Articles
- How to Lookup a Table and Return Values in Excel (3 Simple Ways)
- [Fix] The Pivot Table Name Is Not Valid (7 Causes with Solutions)
- How to Get a Count in Excel Pivot Table Calculated Field
- [Fixed!] Pivot Table Field Name Already Exists (2 Quick Methods)
- Pivot Table is Not Picking up Data in Excel (5 Reasons)
- How to Refresh Pivot Table in Excel (4 Effective Ways)