ARABIC

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

note

El número romano más grande que puede convertirse es MMMCMXCIX (o una de sus versiones simplificadas), que equivale a 3999.


Sintaxis

ARABIC(Text)

Text: text representing a Roman number.

Ejemplos

=ARABIC("MXIV") returns the numeric value 1014.

=ARABIC("MMII") returns the numeric value 2002.

=ARABIC("") returns 0.