ARABIC

Scripting Formulas Formatting

FORMAT.ARABIC

FORMAT.ARABIC(value)

Converts a Roman numeral to its Arabic (standard) numeral format.

{{ FORMAT.ARABIC("I") }} // Produces 1
{{ FORMAT.ARABIC("X") }} // Produces 10
{{ FORMAT.ARABIC("M") }} // Produces 1000
{{ FORMAT.ARABIC("MIX") }} // Produces 1009