ARABO

Returns the numeric value corresponding to a Roman number expressed as text.

note

The largest Roman number that can be converted is MMMCMXCIX (or one of its simplified versions), which is equivalent to 3999.


Sintassi

ARABO(Testo)

Testo testo che rappresenta il numero romano.

Esempi

=ARABO("MXIV") restituisce il valore numerico 1014.

=ARABO("MMII") restituisce il valore numerico 2002.

=ARABIC("") returns 0.