IFERROR(x,y)
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.
IF, ISERROR.