<!DOCTYPE html>
<html>
	<head>
		<title>ARABIC Function</title>
		<meta charset="utf-8" />
		<meta name="description" content="" />
		<link type="text/css" rel="stylesheet" href="../editor.css" />
	</head>
	<body>
		<div class="mainpart">
			<h1>ARABIC Function</h1>
			<p>The <b>ARABIC</b> function is one of the math and trigonometry functions. The function is used to convert a Roman numeral to an Arabic numeral.</p>
			<p>The <b>ARABIC</b> function syntax is:</p> 
			<p style="text-indent: 150px;"><b><em>ARABIC(x)</em></b></p> 
			<p><em>where</em></p> 
			<p style="text-indent: 50px;"><b><em>x</em></b> is a text representation of a Roman numeral: a string enclosed in quotation marks or a reference to a cell containing text.</p> 
            <p class="note"><b>Note:</b> if an empty string ("") is used as an argument, the function returns the value 0.</p>
			<p>To apply the <b>ARABIC</b> function,</p>
			<ol>
			<li>select the cell where you wish to display the result,</li>
			<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> icon situated at the top toolbar,
				<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
				<br />or click the <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
			</li>
			<li>select the <b>Math and trigonometry</b> function group from the list,</li>
			<li>click the <b>ARABIC</b> function,</li>
			<li>enter the required argument,</li>
			<li>press the <b>Enter</b> button.</li>
			</ol>
			<p>The result will be displayed in the selected cell.</p>
			<p style="text-indent: 150px;"><img alt="ARABIC Function" src="../images/arabic.png" /></p>
		</div>
	</body>
</html>