Documentation/How Tos/Calc: ERRORTYPE function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 04:20, 27 January 2008 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See also:

TYPE

Information functions, Spreadsheet functions

Personal tools