ISNA function

ISNA returns TRUE if a cell contains the #N/A (value not available) error value. If an error occurs, the function returns a logical or numeric value.

Syntax

ISNA(value)

value is the value or expression to be tested.

Example

=ISNA(D3) returns FALSE.