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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 15: Line 15:
 
: if cell A1 shows error <tt>'''Err:518'''</tt>, returns <tt>'''518'''</tt>.
 
: if cell A1 shows error <tt>'''Err:518'''</tt>, returns <tt>'''518'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: TYPE function|TYPE]]'''
+
* [[Documentation/How_Tos/Calc: TYPE function|TYPE]]'''
  
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]''',
+
* [[Documentation/How_Tos/Calc: Information functions|Information functions]]
'''[[Documentation/How_Tos/Calc: Spreadsheet functions|Spreadsheet functions]]'''
+
* [[Documentation/How_Tos/Calc: Spreadsheet functions|Spreadsheet functions]]'''
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}

Revision as of 13:47, 25 February 2009


ERRORTYPE

Returns the number corresponding to an error value.

Syntax:

ERRORTYPE(reference)

returns the error number of the cell referred to by reference, or #N/A if that cell has no error.
Note that if you click in a cell containing an error, the status bar shows a fuller description of that error.

Example:

ERRORTYPE(A1)

if cell A1 shows error Err:518, returns 518.

Template:Documentation/SeeAlso

Personal tools