SheetRocks
Documentation/Formulas/ISNA

ISNA

Returns TRUE if the value is the #N/A error value

Syntax

ISNA(value)

Arguments

Argument Description Required
value The value you want to test Required

Examples

Check if lookup error is #N/A

=ISNA(INDEX(A1:A3, 5))
Result ⇒ false
A
1 A
2 B
3 C

Check if text is #N/A error

=ISNA("Hello")
Result ⇒ false

Check if number is #N/A error

=ISNA(123)
Result ⇒ false

Related Functions

Other Logical functions:


← Back to Formula Reference