Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
IsError Function
Returns a Boolean value indicating whether an expression is an error value.
Syntax
IsError(expression)
The required expressionargument can be any valid expression.
Remarks
Error values are created by converting real numbers to error values using the CVErr function. The IsError function is used to determine if a numeric expression represents an error. IsError returns True if the expression argument indicates an error; otherwise, it returns False.