IFNA
Logical

Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression

Syntax:

=IFNA(value, value_if_na)

Example:

=IFNA(VLOOKUP(A1,B1:C10,2,FALSE), "Not found")