isNACell method



Returns whether the upper-left cell in the range contains the NA value.

Syntax

isNA = Range.isNACell()

Parameters

none.

Return value

isNA
boolean. The value is true if the cell contains NA, and false otherwise.

Usage

NA indicates that a value needed to complete a formula in not available.

See also
isEmptyCell method
isERRCell method
isFormulaCell method
isStringCell method
isNumberCell method