Skip to main content
Version: Streamsheets 2.5

ISNA

Checks, if given value represents an #NA error.

Syntax

=ISNA(Value)

Arguments

NameDescription
ValueValue to check.

Return

TRUE if given value represents an #NA error, otherwise FALSE.

Examples

FormulaResultComment
=ISNA(3)
FALSENo #NA detected.