IFERROR
Logical

Returns a value you specify if a formula evaluates to an error; otherwise returns the formula's result

Syntax:

=IFERROR(value, value_if_error)

Example:

=IFERROR(A1/B1, "Division by zero")