ARABIC function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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