ISERROR
Definition: ISERROR is a function that returns TRUE if a value is any error value, including #N/A.
Syntax: =ISERROR(value)
Situation: This formula is appropriate when you need to check if a value is any error value, including #N/A.
Example: If you want to check if cell A1 contains any error value, the formula =ISERROR(A1) will return TRUE if it contains any error value.