ROMAN
Syntax:
ROMAN ( number , form )
Description: Converts the Arabic number, number, to a Roman number according to form.
Arguments:
Name |
Type |
Description |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
number |
number |
The Arabic number to be converted. |
||||||||||||
form |
number |
Specifies the type of Roman numeral to be produced. The Roman numeral style ranges from Classic to Simplified, becoming more concise as the value of form increases, as follows:
|
Return Type and Value: text – The corresponding Roman number.
However, if
number < 0 or > 3999,
#VALUE!
is returned.form is not one of the values listed above,
#VALUE!
is returned.