IFERROR

IFERROR

Synopsis

IFERROR(x,y)

Description

This function returns the first value, unless that is an error, in which case it returns the second.

x: value to test for error.

y: alternate value.

See also

IF, ISERROR.