Let’s take a look at some common Excel
errors
When using Microsoft Excel you can encounter
many different errors when creating or working with formulas. It is important
to learn how to correct these errors otherwise you risk the chance of
unintended results being displayed on your spreadsheet.
In this Day tip we take a look at some
common Excel errors and how to easily correct them.
Applies To: Microsoft Excel 2010
and 2013
1. ###### error.
a. The column is not wide enough to display
all the characters in a cell.
b. Extend the width of the column.
2. # Div/0! error.
a. Excel displays this error when a number is
divided either by zero (0) or an empty cell.
b. Change the divider to a value that is not
equal to 0.
3. #Name? error.
a. The text in a formula is not recognised by
Excel.
b. This is caused by misspelling of function
names.
c. For instance =su(A1:A7) will
result in the #Name? error.
d. Correct the error
by entering =sum(A1:A7).
4. #Value! error.
a. This error will be displayed if the formula
includes cells that contain different data types.
b. = B1(85) + B2(75) +B3(data) will
result in the #Value! error message.
c. Replace B3(data) with
a numeric value and the error will be corrected.
5. #REF! error
a. The error will be displayed when a cell
reference is not valid. Deleting cells that were referred by other formulas
will cause this error.
b. Refer the cells to the correct ranges and
the error will be corrected.
6. #NUM! error.
a. The formula or function contains invalid numeric
values.
b. Using $ ,% symbols
with the number can result in this error.
7. #NULL error.
a. Excel displays this error when you
specify an intersection of two areas that do not intersect (cross).
b. The intersection operator is a space
character that separates references in a formula.
c. =Sum(A1:A2 C3:C5) returns
the #NULL error because the two ranges do not intersect.
d. =SUM(A1:F1 B1:B10) will
return the correct reference.
To avoid all the frustration of having to deal
with these errors, it is important to be able to identify these Excel errors
No comments:
Post a Comment