10 Most Common Excel Errors (and How to Fix Them)

Claudia Buckley

Ask a question or join the conversation for all things Excel on our Slack channel.

An error can be defined as a mistake. More broadly, errors are actions that should not have happened or which lead to undesirable results. Excel has messages to alert us when we make certain types of errors. Seeing an Excel error message can be a bit frustrating, but it is much better than the other type of error – the silent one that goes undetected and returns inaccurate results.

Rather than getting irritated when we see an error message in Excel, consider it a welcome clue to identifying what went wrong so that you can go about fixing it.

What to do when your Excel formula results in an error

First - don't panic! We've all gotten errors in our Excel functions at one time or another. Fortunately, Excel has some built-in tools to help you debug (or fix) the problem.

Step 1 - Check the error message

The most basic step is to look at the error message you're getting and use that to help you identify the problem. Of course, this means you need to be able to interpret what each error message means. That's where this little chart comes in handy.

Excel Errors - Quick Summary

See below for detailed explanations.

Step 2 - Dig a little deeper

If you see a small green flag in the top left corner of your cell, you will likely also see a Trace Error button next to that cell. It means there is an error with your formula or the value inside that cell, and might even give you a bit more detail. When you hover over the icon or click the arrow next to the button, a list of options for dealing with the error will appear. You can select one of these to get into problem-solving mode.

GoSkills common Excel errors

Step 3 - Evaluate the formula in Excel

A more advanced option is to get Excel to trace what triggered the error, giving you a chance to correct it. For that, there is the Formula Auditing group of commands.

The fact is that if you understand what Excel is trying to tell you, you can usually figure this out on your own. Check out the following clues and suggestions, and you'll soon be saying, "Errors? What errors?"

How to fix Excel errors

Here is a detailed explanation of some of the most common errors in Excel, what they mean, and how to correct them.

1. ###### error

Whether you call them hashes, hashtags, pound signs, or number signs, seeing several of them in your Excel worksheet is usually a sign that Excel is trying to display a number, but the column is too narrow to show the number in full. This is an easy fix.

Possible solutions:

2. #CALC! error

When Excel returns a #CALC! error, it may refer to any of several calculation problems related to array formulas. #CALC! may result from functions that are inherently dynamic or from formulas with an array syntax. For example, the FILTER function does not currently support empty arrays. If the condition defined within the include argument results in an empty array (i.e. does not exist), a #CALC! error will result.

#CALC! may also be seen in the initial stages of defining/testing a LAMBDA function, and this means that the function has not yet been defined in the Name Manager.

GoSkills common Excel errors

Possible solutions:

GoSkills common Excel errors

3. #DIV/0! error

At least the error message here is nice and clear, and it only means one thing - you are attempting to divide a number by zero. This operation is considered mathematically impossible, hence the division error message.

Sometimes the #DIV/0! error is unavoidable because there isn’t anything actually wrong with your formula. It could be that the divisor (denominator) in the formula references a cell that is currently empty or which returns a value of zero. Or, in the case of an AVERAGEIF formula, none of the cells within the range satisfy the criteria. In that case, it is not technically an error, but Excel cannot express the result because division by zero is undefined.

Possible solutions: