Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ARABIC is the inverse of ROMAN: it takes a Roman numeral string (e.g. "XIV") and returns the corresponding Arabic integer (14). It handles both uppercase and lowercase input and accepts up to 255 characters.
=ARABIC(A2)=ARABIC(A2)Computed by a real spreadsheet engine on the sample data below.
| Roman | Arabic |
| XIV | |
| XL | |
| MMXXIV | |
| IX |
=ARABIC(A2)→14
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: