6 Microsoft Excel Mistakes and How to Avoid Them
Quick Links
- Merging Cells
- Creating Tables Manually
- Having Blank Rows and Columns
- Typing Sequences Manually
- Using the Wrong Reference Type
- Not Locking Cells or Using Data Validation
Many people find Microsoft Excel a complex program, but that's often because they find themselves fixing mistakes they've made when constructing their spreadsheet. In this article, I'll explore common Excel errors, how to avoid them, and how that will make your life a lot simpler.
The following tips specifically relate to the Excel desktop app, though they're also actionable on the web-based version of the program. Where the methods are slightly different, I've added a note to explain this.
Merging Cells
This one might come as a surprise, as many believe that merging cells is the best way to cover a whole row when the same data applies to each cell.
The Issue
However, merging cells causes issues when you try to perform actions with your data. This is mainly because many of Excel's functions rely on you having a consistent setup of rows and columns, and merging cells causes your sheet to break this consistency.
First, if you try to sort your data, you'll receive an error message.
Likewise, you'll encounter an issue if you try to paste data from an unmerged row to a merged row.
The Solution
First, click "Merge and Center" to unmerge the cells. Then, select the cells again, and click the icon in the bottom-right corner of the Alignment group in the Home tab.
Open the Horizontal drop-down menu in the Text Alignment section of the dialog box, click "Center Across Selection," and click "OK."
You will now see the text appear as it did when you used the Merge And Center option, but the cells' structures and integrity have been retained.
"Center Across Selection" only works across rows, and not down columns.
Creating Tables Manually
Admittedly, before I became a power user of Excel, I didn't realize the issues that creating and formatting tables manually would cause.
The Issue
I used to format my data and copy formulas to new rows manually, but I always encountered issues if I wanted to add new rows or use my data to create a chart. For example, in the screenshot below, I have manually colored alternate rows—but when I add a new row, this affects my formatting, and I'd have to start all over again.
Similarly, if I add a filter to the columns, when I reorder the data, this will also mess up my formatting.
The Solution
There's a really easy way to deal with these issues. First, select all the data in your original, unformatted table, including your header columns and rows. Then, in the Home tab, click the Format As Table drop-down arrow, and choose a design that works for you.
To do the same in Excel for the web, select your data and click Insert > Table.
In the Create Table dialog box, check the "My Table Has Headers" checkbox if you have a header row at the top of your table, and click "OK."
Give your table a name in the Table Design tab, so that you can refer to the table in formulas or jump to the table quickly using the name box.
In the same tab, you can also change the Table Style and Table Style Options (such as including a filter button or banded rows), as well as a bunch of other actions to perfect your data presentation.
Now, if I were to add a row or column in the center of the table, the formatting would automatically update. I can also use the handle in the bottom-right corner of the table to add more rows to the bottom or columns to the right. Finally, Excel would automatically apply formulas to any new rows I add.
Overall, formatting your data as a table makes Excel aware that it's not just a string of data, but instead should behave as a table, making everything a lot easier down the line.
Having Blank Rows and Columns
Many people (and, surprisingly, online Excel tutorials) leave row 1 and column A of their Excel sheets blank, probably because they think it makes their spreadsheets look better. This is probably due to the fact that in Microsoft Word, you can physically see the page borders, but you cannot in Excel until you preview your print layout.
The Issue
Aside from the fact that this is unnecessary, as Excel will automatically add page borders when you print your data, leaving rows and columns blank can cause other problems. For example, blank rows can disrupt your sorting and filtering, and they can also lead to formula issues and error messages when using AutoFill.
The Solution
If you only have one or two blank rows or columns, you can right-click the row number or column letter and click "Delete."
However, if you have lots of blank rows, you can use the COUNTA function to rectify this. Scroll across to the right until you reach the end of your data, and in cell 1, type
=COUNTA(
and select all the data to the left of that cell. Then, press Enter.
Next, drag the AutoFill handle to the bottom of your data.
Now, select the whole column containing your COUNTA formulas, and in the Editing group on the Home tab, click the "Sort And Filter" drop-down arrow and click "Sort Smallest To Largest."
In the Sort Warning dialog box, choose "Expand The Selection" and click "Sort."
You will then see all your blank rows move to the top, which you can select and delete.
Finally, delete your COUNTA column.
Typing Sequences Manually
There are many circumstances in Excel that require you to present data sequentially, such as ascending numbers or date intervals.
The Issue
However, typing sequential data can be time-consuming and cause problems if you mistype a value or miss one out.
The Solution
Excel's AutoFill can recognize patterns in your data and fill in the rest for you. Start by typing the first two values in your data. Then, select these values and use the AutoFill handle to complete the data.
This will also work if your numbers are alongside other text in the cells (for example, Day 1, Day 2, and so on), and other sequential values such as dates.
Excel doesn't recognize letters in the alphabet as a pattern, so use numbers if you want Excel to AutoFill the data for you.
Using the Wrong Reference Type
Referencing other cells in formulas is a great way to link your data together and update calculations automatically based on changing cell values. In this example, I have referenced cells B2 and F1 when calculating the total value in cell C2.
The Issue
However, many people encounter problems when using AutoFill, as they might not understand the different types of references in Excel.
When I use AutoFill to calculate the totals for the remaining items, it doesn't seem to have added the 20% tax to the values.
The Solution
There are three types of references in Excel, and it's crucial you understand what they are and what they do if you want to copy calculations to other cells.
Relative references assess the relative positions between cells. In the example above, the initial calculation was made between cells C2 (where I typed my formula), B2 (one to the left of C2), and F1 (three to the right and one up from C2). When I copy this formula to cell C3, Excel will reference the cells in the same relative positions to where I am typing.
So, I would need to use an absolute reference to tell Excel to continually reference cell F1 when I AutoFill downwards. To do this, I would add dollar symbols before each part of the cell reference, or press F4 after typing or clicking the cell I want to reference.
Then, when I AutoFill the remaining totals, Excel will continue to reference F1 to make the calculation.
If I wanted to keep my row reference or column reference the same but let Excel adjust the other according to my formula's location, I would use a mixed reference by typing the dollar symbol before the relevant part of my reference.
Not Locking Cells or Using Data Validation
Excel is great for creating a spreadsheet and then sharing it with others to add their data.
The Issue
However, if you share your sheet with someone who either isn't very accustomed to Excel or has a habit of changing things you don't want them to change, this could lead to your hard work being quickly undone.
The Solution
Excel lets you control what other people can enter into a spreadsheet through data validation and locked cells.
Data validation dictates what type of data can be input into a cell. Click the relevant cell or cells and, in the Data tab, go to the Data Tools group and click "Data Validation" in the Data Validation drop-down option.
In the Validation Criteria section of the dialog box, click the "Allow" drop-down arrow and define the data type and range for the cell or cells. You can also have a message appear when someone clicks on those cells using the Input Message tab, and create a pop-up message if someone tries to input the wrong type of data using the Error Alert tab. When you're done, click "OK."
If you want to lock the cells you don't want people to change at all, you can protect the worksheet. By default, when you protect the worksheet, all cells are locked, so you need to first choose which cells other people can click or edit.
To do this, select and right-click those cells, and click "Format Cells."
Then, in the Protection tab, uncheck "Locked," and click "OK."
When you're ready to send your sheet, click "Protect Sheet" in the Review tab, uncheck "Select Locked Cells", and check "Select Unlocked Cells". You can also enter a password if you wish. Then, click "OK."
You will now see that only the cells you selected are clickable and editable.
To reverse this action, click "Unprotect Sheet." If you password-protected your sheet earlier, you'll need to type the password again to complete this action.
To do the same in Excel for the web, click "Protection" in the Review tab, and use the sidebar to choose which cells to unlock.
As with any software, especially the Microsoft 365 suite of programs, practice makes perfect. Over time, you'll develop your own understanding of the best ways to use Microsoft Excel at work and at home, but avoiding the mistakes discussed in this article will certainly speed up that process.
The above is the detailed content of 6 Microsoft Excel Mistakes and How to Avoid Them. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











Quick link Why should tables be named in Excel How to name a table in Excel Excel table naming rules and techniques By default, tables in Excel are named Table1, Table2, Table3, and so on. However, you don't have to stick to these tags. In fact, it would be better if you don't! In this quick guide, I will explain why you should always rename tables in Excel and show you how to do this. Why should tables be named in Excel While it may take some time to develop the habit of naming tables in Excel (if you don't usually do this), the following reasons illustrate today

Excel Overflow Range Operator (#) enables formulas to be automatically adjusted to accommodate changes in overflow range size. This feature is only available for Microsoft 365 Excel for Windows or Mac. Common functions such as UNIQUE, COUNTIF, and SORTBY can be used in conjunction with overflow range operators to generate dynamic sortable lists. The pound sign (#) in the Excel formula is also called the overflow range operator, which instructs the program to consider all results in the overflow range. Therefore, even if the overflow range increases or decreases, the formula containing # will automatically reflect this change. How to list and sort unique values in Microsoft Excel

This tutorial shows you how to quickly apply, modify, and remove Excel table styles while preserving all table functionalities. Want to make your Excel tables look exactly how you want? Read on! After creating an Excel table, the first step is usual

Use formula conditional formatting to handle overflow arrays in Excel Direct formatting of overflow arrays in Excel can cause problems, especially when the data shape or size changes. Formula-based conditional formatting rules allow automatic formatting to be adjusted when data parameters change. Adding a dollar sign ($) before a column reference applies a rule to all rows in the data. In Excel, you can apply direct formatting to the values or background of a cell to make the spreadsheet easier to read. However, when an Excel formula returns a set of values (called overflow arrays), applying direct formatting will cause problems if the size or shape of the data changes. Suppose you have this spreadsheet with overflow results from the PIVOTBY formula,

This tutorial explains how to use MATCH function in Excel with formula examples. It also shows how to improve your lookup formulas by a making dynamic formula with VLOOKUP and MATCH. In Microsoft Excel, there are many different lookup/ref

Quick Links The AGGREGATE Syntax

The tutorial shows how to compare text strings in Excel for case-insensitive and exact match. You will learn a number of formulas to compare two cells by their values, string length, or the number of occurrences of a specific character, a
