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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(9 intermediate revisions by 5 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  ==
 
Tests for the <tt>'''#N/A'''</tt> (Not Available) error value.  
 
Tests for the <tt>'''#N/A'''</tt> (Not Available) error value.  
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 9: Line 13:
  
 
:Returns <tt>'''TRUE'''</tt> if <tt>'''value'''</tt> is or refers to the <tt>'''#N/A'''</tt> (Not Available) error and <tt>'''FALSE'''</tt> otherwise.
 
:Returns <tt>'''TRUE'''</tt> if <tt>'''value'''</tt> is or refers to the <tt>'''#N/A'''</tt> (Not Available) error and <tt>'''FALSE'''</tt> otherwise.
 
  
 
=== Example: ===
 
=== Example: ===
Line 21: 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.
  
 +
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: ISERR function|ISERR]]
 +
* [[Documentation/How_Tos/Calc: ISERROR function|ISERROR]]
 +
* [[Documentation/How_Tos/Calc: NA function|NA]]
  
=== See also: ===
+
* [[Documentation/How_Tos/Calc: Information functions|Information functions]]
'''[[Documentation/How_Tos/Calc: ISERR function|ISERR function]]''',
+
'''[[Documentation/How_Tos/Calc: ISERROR function|ISERROR function]]''',
+
'''[[Documentation/How_Tos/Calc: NA function|NA function]]'''
+
  
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]'''
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Information functions]]

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
Print/export
Tools
In other languages