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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
Line 2: Line 2:
 
{{Documentation/CalcFunc InformationTOC
 
{{Documentation/CalcFunc InformationTOC
 
|ShowPrevNext=block
 
|ShowPrevNext=block
|PrevPage=Documentation/How_Tos/Calc:_ISBLANK_functions
+
|PrevPage=Documentation/How_Tos/Calc:_ISBLANK_function
 
|NextPage=Documentation/How_Tos/Calc:_ISERROR_function
 
|NextPage=Documentation/How_Tos/Calc:_ISERROR_function
 
}}__NOTOC__
 
}}__NOTOC__

Latest revision as of 13:13, 31 January 2024

< {{#switch:Previous Section Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} {{#switch:Next Section Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} >
< {{#switch:Previous Page Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} {{#switch:Next Page Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} >

ISERR

Tests for an error value other than #N/A.

Syntax:

ISERR(value)

Returns TRUE if value refers to or evaluates to an error value other than the Not Available error #N/A, and FALSE otherwise.


Use the ISERROR function to test for any errors including #N/A.

Example:

ISERR(SQRT(-1))

returns TRUE, because taking the square root of -1 is an error.

ISERR(C5)

where C5 contains 123, returns FALSE, because 123 is not an error.

ISERR(NA())

returns FALSE, because the error value #N/A is ignored by this function.



{{#switch:EN

| RU = Смотрите также: | UA = Дивіться також: | EN = See Also | PT = Ver também | #default = See Also }}

Personal tools
In other languages