Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the ROMAN function. |
| [form] | (Optional.) Parameter of the ROMAN function. |
Examples
Year in Roman numerals
=ROMAN(2026)
Chapter numbering
="Chapter " & ROMAN(ROW()-1)
Concise form
=ROMAN(499, 1)
Common Errors
Occurs when the number is negative, zero, greater than 3999, or non-numeric. Roman numerals only represent 1-3999.
Tips
Roman numeral notation doesn't have a standard representation for zero or numbers above 3999. ROMAN returns an error for values outside this range.
The optional second argument (0-4) controls abbreviation level. 0 = classic (default), 4 = most concise. Most people use 0 or omit it.
Some spreadsheets have an ARABIC function to convert back (e.g., =ARABIC("XIV") returns 14). Check your app's function list.
Try ROMAN in Viztab
Import your data and use ROMAN with 370+ other formulas. No signup required.
Open Viztab