Converts a given Roman numeral into an Arabic numeral.
Syntax
Remarks
Returns 0 as the result when an empty string is given as input.
It is case-insensitive, i.e. "MM" and "mm" are considered the same.
Examples
|
Formula |
Result |
|
=ARABIC("VI") |
6 |
|
=ARABIC("MMMCMXCIX") |
3999 |
|
=ARABIC(A4) |
2000 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions