ARABIC
The ARABIC
function in Google Sheets is a function that computes the value of a Roman numeral.
Function Syntax and Parameters
Syntax: ARABIC(roman_numeral)
Parameters:
roman_numeral
: The Roman numeral to be converted to an Arabic number.
Step-by-Step Tutorial
- Using
ARABIC
with Roman numerals:- Example:
=ARABIC("IV")
- Result:
4
- Example:
Use Cases and Scenarios
- Historical Research: Convert Roman numerals found in historical texts to modern Arabic numbers.
- Mathematical Calculations: Perform calculations involving Roman numerals.
Related Functions
No related functions.
Related Articles
No related articles.