Excel ARABIC Function

Summary

The Excel ARABIC function converts a Roman numeral, as text, to a number in Arabic numeral. For example, the formula =ARABIC("VII") returns 7.

Purpose

Converts a Roman numerals to an Arabic numerals

Return value

A number (in Arabic numeral)

Syntax

=ARABIC (roman_text)

Arguments

Usage notes

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

Roman numbers

The table below lists available Roman numbers with their equivalent Arabic number value.

SymbolValue
I1
V5
X10
L50
C100
D500
M1000

Notes

 

Excel ARABIC Function

Summary

The Excel ARABIC function converts a Roman numeral, as text, to a number in Arabic numeral. For example, the formula =ARABIC("VII") returns 7.

Purpose

Converts a Roman numerals to an Arabic numerals

Return value

A number (in Arabic numeral)

Syntax

=ARABIC (roman_text)

Arguments

Usage notes

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

Roman numbers

The table below lists available Roman numbers with their equivalent Arabic number value.

SymbolValue
I1
V5
X10
L50
C100
D500
M1000

Notes