Skip to main content
Version: Streamsheets 3.0

ISNA

Checks, if given value represents an #NA error.

Syntax

=ISNA(Value)

Arguments

NameTypeDescription
ValueValueValue to check.

Return

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

Examples

FormulaResultComment
=ISNA(3)
FALSENo #NA detected.