Frequently Asked Questions
What is the ARABIC function?
The ARABIC function is used to convert Roman numerals to Arabic numerals.
What is the syntax for the ARABIC function?
The syntax for the ARABIC function is ARABIC( text ).
What is the argument for the ARABIC function?
The argument for the ARABIC function is text.
Is the text argument required?
Yes, the text argument is required.
What kind of text can be used as the argument for the ARABIC function?
The text argument is a string enclosed in quotation marks, an empty string (""), or a cell reference to a cell with text.
What does the ARABIC function return if Text is an invalid Roman numeral value?
The ARABIC function returns #VALUE! if Text is an invalid Roman numeral value.
What does the ARABIC function throw an error for?
The ARABIC function throws a #VALUE! error when the argument is a number, date, or text that is not a Roman numeral.