Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.49 KB

about-error-values.md

File metadata and controls

34 lines (24 loc) · 1.49 KB
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
About Error Values
lindalu
03/09/2015
Developer
overview
Vis_DSS.chm82251832
medium
56430658-a798-c004-b4ba-363443f43ded
Error values are displayed in cells that have incorrect formulas for that cell.

About Error Values

Error values are displayed in cells that have incorrect formulas for that cell.

If a formula references a cell that contains an error value, that formula also displays an error value. You can use the function ISERR, ISERRNA, ISERROR, or ISERRVALUE to look for error values.

Error values

If the cell displays
The formula includes
Example
#DIV/0!
Division by 0
10/0
#VALUE!
An argument or operand of the wrong type
5 + "House"
#REF!
A reference to a cell that does not exist
A cell that refers to another cell that no longer exists
#NUM!
An invalid number
Square root of a negative number
#N/A!
Not an available value
NA( ) function
#DIM!
A dimensional value that exceeds the dimension range (valid powers are integers -128 <= n <= 127)
A dimensional value used with an inappropriate operation
1in^100 * 1in^100 (the result is 1in^200, which is beyond the dimension range)
5.2cm^1.5 (not an integer power)