
The Excel ARABIC function converts a Roman numeral, as text, to a number in Arabic numeral. For example, the formula =ARABIC("VII") returns 7.
Converts a Roman numerals to an Arabic numerals
A number (in Arabic numeral)
=ARABIC (roman_text)
The ARABIC function converts a Roman numeral to a number in Arabic numeral. For example, the formula below converts "V11" to 7:
=ARABIC("VII") // returns 7
The table below lists available Roman numbers with their equivalent Arabic number value.
| Symbol | Value |
|---|---|
| I | 1 |
| V | 5 |
| X | 10 |
| L | 50 |
| C | 100 |
| D | 500 |
| M | 1000 |

The Excel ARABIC function converts a Roman numeral, as text, to a number in Arabic numeral. For example, the formula =ARABIC("VII") returns 7.
Converts a Roman numerals to an Arabic numerals
A number (in Arabic numeral)
=ARABIC (roman_text)
The ARABIC function converts a Roman numeral to a number in Arabic numeral. For example, the formula below converts "V11" to 7:
=ARABIC("VII") // returns 7
The table below lists available Roman numbers with their equivalent Arabic number value.
| Symbol | Value |
|---|---|
| I | 1 |
| V | 5 |
| X | 10 |
| L | 50 |
| C | 100 |
| D | 500 |
| M | 1000 |