web-apps/apps/spreadsheeteditor/main/resources/help/fr/Functions/row.htm
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

33 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>ROW 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>ROW Function</h1>
<p>The <b>ROW</b> function is one of the lookup and reference functions. It is used to return the row number of a cell reference.</p>
<p>The <b>ROW</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ROW([reference])</em></b></p>
<p>where <b><em>reference</em></b> is a reference to a cell.</p>
<p class="note"><b>Note</b>: <b><em>reference</em></b> is an optional argument. If the it is omitted, the function will return the row number of a cell in which the <b>Row</b> function is entered. </p>
<p>To apply the <b>ROW</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>Lookup and Reference</b> function group from the list,</li>
<li>click the <b>ROW</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="ROW Function" src="../images/row.png" /></p>
</div>
</body>
</html>