ISNA Function
The ISNA function returns TRUE when a cell contains the #N/A error and FALSE for any other value, or any other error type. The ISNA function takes one argument, value, which is typically a cell reference.
Examples
If A1 contains the #N/A error, ISNA returns TRUE:...Read more