==ARABIC(text)
=ARABIC("LVII")
This function takes the Roman numeral "LVII" and converts it to"57", an Arabic number.
The ARABIC function is a useful tool for converting Roman numerals to their numeric equivalent. It takes one argument, Roman_text, which is a string with a Roman number, and returns the numeric value.