Returns a value you specify if a formula evaluates to an error; otherwise returns the formula's result
=IFERROR(value, value_if_error)
=IFERROR(A1/B1, "Division by zero")