The Excel ROMAN function converts an arabic number to Roman. I.e. for a supplied integer, the function returns a text string depicting the roman numeral form of the number.
The syntax of the function is:
Where the arguments are as follows:
number | - | The number that is to be converted to a Roman numeral (must be an integer between 0 and 3999). | |||||||||||||||||||||
[form] | - |
An optional argument that specifies the form of the Roman numeral returned. If supplied, this must have one of the following values:
|
Note that if any of the arguments are input as decimal values, they are truncated to integers.
In the following spreadsheet, the Excel Roman function is used to convert the number 1999 to different forms of Roman numerals.
Formulas:
|
Results:
|
Further examples of the Excel Roman function are provided on the Microsoft Office website.
If you get an error from the Excel Roman function this is likely to be the #VALUE! function:
#VALUE! | - |
Occurs if either:
|