Converts an Arabic numeral to Roman, as text.
Syntaxe
ROMAN(number, [form])Arguments
numberobligatoire
The Arabic numeral you want to convert, between 1 and 3999.
formfacultatif
A logical value or number specifying the type of Roman numeral desired, from 0 (classic) to 4 (simplified).
The ROMAN function transforms a standard number (1 to 3999) into its Roman numeral equivalent. The optional form argument allows you to specify the degree of simplification, ranging from classic to more concise styles.
=ROMAN(499)→CDXCIXConverts the number 499 into its standard Roman numeral representation.
=ROMAN(2023, 0)→MMXXIIIConverts 2023 to Roman numerals using the classic format.
Select a cell
Click on the cell where you want the Roman numeral to appear.
Enter the formula
Type =ROMAN( followed by the number and an optional form value, then close the parenthesis.
Press Enter
Press Enter to display the result in the selected cell.
The ROMAN function supports numbers up to 3999.
Yes, you can use the ARABIC function to perform the reverse conversion.