ISNOTERROR

Returns true if the provided expression does not result in an error.

Syntax

=ISNOTERROR(expression)

Arguments

ArgumentTypeDescription
expressionAnyThe expression to test

Examples

=ISNOTERROR(1 + [1, 2, 3])false

=ISNOTERROR(1 + 2)true