The ROMAN function converts a number to Roman.
Formula:
=ROMAN(number, [form])
Explanations:
– The number is required, the Arabic number between 0 and 3999.
– The form is optional, when it ignored, the result returns to different types.
Cautions:
– When the form is 0 or omitted, results return to the classic type.
– When the form is 1, more concise result.
– When the form is 2, more concise result.
– When the form is 3, more concise result.
– When the form is 4, simplified type.