Skip to main content
Version: Streamsheets 2.3

ISNA

Checks, if given value represents an #NA error.

Syntax

=ISNA(Value)

Arguments

NameDescription
ValueValue to check.

Return Value

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

Example

FunctionResultComment
=ISNA(3)FALSENo #NA detected.