Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression
=IFNA(value, value_if_na)
=IFNA(VLOOKUP(A1,B1:C10,2,FALSE), "Not found")