IFERROR

IFERROR(arg1, arg2) → { number | string | boolean }

Returns value_if_error if expression is an error and the value of the expression itself otherwise.

Parameters:

Name Type Description
arg1 any

Is any value or expression or reference.

arg2 any

Is any value or expression or reference.

Returns:

Type
number | string | boolean