
Use the ROMAN function to convert Arabic
numerals to Roman numerals
This tip explains how to convert an Arabic numeral to a Roman
numeral. To get this result, use the ROMAN function, which
returns the Roman value as text.
ROMAN(number, form)
number: The Arabic numeral to be converted.
form: (optional) A number from 0 to 4 that specifies the type of
Roman numeral. Styles range from Classic to Simplified and
become more concise (using fewer characters) as the value of
form increases. If omitted, the Classic type is used.
4
To convert Arabic numerals to Roman numerals:
1. In cells A2:A10 enter valid numbers from 1 to 3999.
2. Select cells B2:B10 and type the ...