IFERROR(x,y)
x: value to test for error
y: alternate value
This function returns the first value, unless that is an error, in which case it returns the second.
IF, ISERROR.