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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 23: Line 23:
 
* [[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]]}}
[[Category: Documentation/Reference/Calc]]
+
[[Category: Documentation/Reference/Calc/Spreadsheet functions]]

Revision as of 11:33, 17 May 2010


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