Documentation/Calc Functions/ROMAN
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
ROMAN
Category:
Text
Summary:
Converts a number into a Roman numeral. The value range must be between 0 and 3999, the modes can be integers from 0 to 4.
Syntax:
ROMAN(Number; Mode)
Returns:
Arguments:
Number is the number that is to be converted into a Roman numeral.
Mode (optional) indicates the degree of simplification. The higher the value, the greater is the simplification of the Roman number.
Additional details:
Examples:
=ROMAN(999) returns CMXCIX
=ROMAN(999;0) returns CMXCIX
=ROMAN (999;1) returns LMVLIV
=ROMAN(999;2) returns XMIX
=ROMAN(999;3) returns VMIV
=ROMAN(999;4) returns IM