ARABIC Function

Converts a Roman numeral to Arabic numeral

Over 1.8 million professionals use CFI to learn accounting, financial analysis, modeling and more. Start with a free account to explore 20+ always-free courses and hundreds of finance templates and cheat sheets.

What is the ARABIC Function?

The ARABIC Function[1] is an Excel Math and Trigonometry function. The function will convert a Roman numeral to an Arabic numeral. It was introduced in MS Excel 2013.

Syntax

=ARABIC(text)

Where:

Text (required argument) – The text is a string enclosed in quotation marks. It can also be an empty string (“”) or a reference to a cell containing the string.

To learn more, launch our free Excel crash course now!

How to use the ARABIC Function in Excel?

To understand the uses of this function, let’s consider a few examples:

Example 1

If we provide the string as IV, the ARABIC function will return the value 4. The formula to be used is =ARABIC(“IV”).

Similarly, below are a few more examples:

ARABIC Function

Example 2

We can also provide a reference to the cell containing the string. For example, as shown below, we provided a cell reference:

ARABIC Function

As seen above:

  • An empty string returns 0.
  • The space before and after the string is ignored.
  • When giving a cell reference, we do not need to use quotation marks.

Things to remember about the ARABIC Function 

  1. #VALUE! error – Occurs when the given value is an invalid value. So, this error will occur when the numbers, dates, and text are not valid Roman numerals.
  2. #NAME? error – Occurs when we provide the string without “”.
  3. When we use an empty string as an input value in this function, that is (“”), then Excel returns 0 for it.
  4. The function accepts 255 characters, which is the maximum length of the argument. So, the largest number that can be returned is 255,000.
  5. It is indifferent to the case of the text. So, a text entered in UPPER case of the text argument will give the same result as the text entered in lowercase. For example, MXMV will return the same result as mxmv – 1995.
  6. The function ignores leading and trailing spaces. For example, =ARABIC(” MXMV”) will give same result as =ARABIC(“MXMV”).
  7. It supports the evaluation of a negative Roman numeral, even though a negative Roman number is non-standard. For this, we need to insert a negative sign before the Roman text. For example, =ARABIC(“-MXMV”) = -1995.
  8. The ARABIC function is the opposite of the ROMAN Function.

Click here to download the sample Excel file

Additional Resources

Thanks for reading CFI’s guide to important Excel functions! By taking the time to learn and master these functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:

Article Sources

  1. ARABIC Function
0 search results for ‘