Excel: Descriptions of Error Values Returned by FunctionsID: Q45758
|
The following table summarizes the definitions of possible error
values returned by a formula in Microsoft Excel:
Error Explanation
----- -----------
#DIV/0! Formula is trying to divide by a zero value or a blank
cell.
#N/A Formula does not have a valid value for argument(s)
passed.
#NAME? Formula contains text that is neither a valid function
nor a defined name on the active worksheet.
#NULL! Refers to intersection of two areas that don't intersect.
#NUM! Value is too large, too small, imaginary, or not found.
#REF! Formula contains a reference that is not valid.
#VALUE! Formula contains an argument of the wrong type.
The following are more detailed descriptions of the possible error
values returned by Microsoft Excel:
=25/0
=50/A2 (where A2 is blank)
={1;2;3}
=LOOKUP(5,{10;20;30;40})
=Averag(A1:A25)
=SUM(range) (where "range" is not defined on the active worksheet)
=A1:A10 B5:E5
=9^999
=SQRT(-1)
=INDEX(A1:A10,15)
=B5 (and then delete B5)
=ClosedWS!$A$1*5 (where "ClosedWS" is a closed worksheet)
=ClosedWS!A7 (where "ClosedWS" is a closed worksheet)
="text"+1
=name*10 (where "name" is defined as "Bill" on the
worksheet)
"Microsoft Excel User's Guide 1," version 4.0, pages 144-149
"Microsoft Excel User's Guide," version 3.0, pages 121-125
"Microsoft Excel Reference," version 2.2, pages 235-240
Additional query words:
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 15, 1999