ARABIC function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 14:24, 1 February 2024 by DiGro (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ARABIC

Returns an Arabic number (eg 14), given a Roman number (eg XIV).

Syntax:

ARABIC(text)

returns the Roman numeral text as a number, limited to the range 1-3999.

Example:

ARABIC("MXIV")

returns 1014.

ARABIC("MMII")

returns 2002.

Issues:

This function is currently shown in the Text category of the Function Wizard.




See Also

Personal tools