Difference between revisions of "Documentation/How Tos/Calc: ISNA function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:ISNA function}}
 +
{{Documentation/CalcFunc InformationTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_ISLOGICAL_function
 +
|NextPage=Documentation/How_Tos/Calc:_ISNONTEXT_function
 +
}}__NOTOC__
  
 
== ISNA  ==
 
== ISNA  ==
Line 19: Line 24:
 
: where A1 contains <tt>'''"dog"'''</tt>, returns <tt>'''FALSE'''</tt>, because <tt>'''"dog"'''</tt> is text, not an error.
 
: where A1 contains <tt>'''"dog"'''</tt>, returns <tt>'''FALSE'''</tt>, because <tt>'''"dog"'''</tt> is text, not an error.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: ISERR function|ISERR]]
 
* [[Documentation/How_Tos/Calc: ISERR function|ISERR]]
 
* [[Documentation/How_Tos/Calc: ISERROR function|ISERROR]]
 
* [[Documentation/How_Tos/Calc: ISERROR function|ISERROR]]

Latest revision as of 13:18, 31 January 2024

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=259810"
Views
Personal tools
Navigation
Tools
In other languages