Roman(Value, Form)
Value. Arabic number to be converted.
Form. Internal service parameter. Value of this parameter does not affect the result. It should be between 0 and 4.
NOTE. To determine the parameter, specify either the number or the address of the cell where it is located.
It returns the result of converting an Arabic number into a Roman as text.
| Formula | Result | Description |
| =Roman(2008, 0) | MMVIII | The 2008 number written using Roman numbers. |
| =Roman(B6, 0) | XXI | The number from the B6 cell written using Roman numbers. The B6 cell contains the 21 number. |
See also: