IFERROR

IFERROR test for error

Synopsis

IFERROR(x,y)

Arguments

x: value to test for error

y: alternate value

Description

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

See also

IF, ISERROR.