isna
Test whether a value is #N/A.
Syntax
Section titled “Syntax”v = isna(value)Description
Section titled “Description”Returns true if value is the #N/A (not available) error specifically.
Example
Section titled “Example”isna(NA()) % 1