ISERROR(X)

Top  Previous  Next

 

Description

This function returns 1 if X "contains" an error; otherwise, it returns 0.  X "contains" an error if it would generate an error outside of the ISERROR function, which means that the expression itself may generate an error, or it may reference a cell that generates an error.

 

Parameters

 

X

An expression.

 

Examples

 

ISERROR(1) = 0

 

ISERROR(3/0) = 1

 

ISERROR(ISERROR(3/0)) = 0

 

ISERROR(C1) = 0

Where C1 = PI().

 

Sponsored

Try Predictive Systems Lab

Interactive Demo →

Need Help?
Contact support