Documentation/How Tos/Calc: ISNA function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 12:33, 16 July 2018 by Sancho (Talk | contribs)

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
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_ISNA_function&oldid=243225"
Views
Personal tools
Navigation
Tools