Skip to Content

ROMAN

Converts an Arabic numeral to Roman as text

Syntax

ROMAN(number, [form])

Parameters

  • number: Required. The Arabic numeral you want converted
  • form: Optional. A number 0-4 specifying the type of Roman numeral (0=classic, 4=most simplified)

Example

=ROMAN(499, 0)
Returns: StringSince: Excel 2003