Documentation/How Tos/Calc: ISNA function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 18:30, 6 December 2007 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


ISNA

Tests for the #N/A (Not Available) error value.


Syntax:

ISNA(value)

Returns TRUE if value is or refers to the #N/A (Not Available) error and FALSE otherwise.


Example:

ISNA(NA())

returns TRUE, because NA() returns the #N/A error.

ISNA(1/0)

returns FALSE, because 1/0 is a #DIV/0! error, not a #N/A error.

ISNA(A1)

where A1 contains "dog", returns FALSE, because "dog" is text, not an error.


See also:

ISERR function, ISERROR function, NA function

Information functions

Personal tools