Function: The ARABIC
function in Excel is used to convert a Roman numeral to its equivalent Arabic number.
How to use ARABIC Function in Excel Formula?:
The ARABIC
function is particularly useful when working with historical data or legal documents that may use Roman numerals instead of Arabic numerals. It allows for easy conversion of Roman numerals to their corresponding Arabic numbers, making it easier to perform calculations and analysis on the data.
How to use: To use the ARABIC
function, simply enter the Roman numeral as a text string in the formula, as follows: =ARABIC(roman_numeral)
. The function will return the equivalent Arabic number.
Example of ARABIC
function:
=ARABIC("III")
returns 3.=ARABIC("VII")
returns 7.=ARABIC("XVIII")
returns 18.=ARABIC("MCMXCVIII")
returns 1998.=ARABIC("CDXLIV")
returns 444.=ARABIC("MCMLXXVII")
returns 1977.=ARABIC("MMXIX")
returns 2019.=ARABIC("XXXIX")
returns 39.=ARABIC("DCCXCVIII")
returns 798.=ARABIC("CMXCIX")
returns 999.
List of similar ARABIC
functions:
ROMAN
: Converts a number to its equivalent Roman numeral.DEC2ROMAN
: Converts a decimal number to its equivalent Roman numeral.ARABICUPPER
: Converts a Roman numeral to its equivalent Arabic number in uppercase letters.ROMANUPPER
: Converts a number to its equivalent Roman numeral in uppercase letters.DECIMAL
: Converts a text representation of a number in a specific base to a decimal number.
FAQs
ARABIC
function? The ARABIC
function can convert Roman numerals up to 3999
ARABIC
function handle lowercase Roman numerals? No, the ARABIC
function only works with uppercase Roman numerals.
ARABIC
function is not a valid Roman numeral? The function returns a #VALUE!
error
Yes, the letters I, X, and C can only be repeated three times in a row, while the letter M can be repeated up to four times.
ARABIC
function handle subtractive notation in Roman numerals? Yes, the ARABIC
function can handle subtractive notation, where a smaller numeral is placed before a larger numeral to indicate subtraction.
Learn More Excel Functions
- Real-World uses of Excel’s ATAN Function
- Comparing the Use of ATAN, ATAN2, and TAN Functions in Excel
- Mastering the ATAN Function in Excel: Tips and Tricks
- Mastering Excel: A Step-by-Step Guide on How to Filter Two Columns Using Advanced Filter Function
- Compare of ACCRINT & YIELD Functions – When to Use Each one