Difference between revisions of "Manuals/calci/ROW"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''ROW'''</font></font></font><font color="#484848"...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''ROW'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(ref)</font></font></font>
+
=ROW(reference)=
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''where ref '''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">is the cell or range of cells for which the row number is wanted.</font></font></font>
+
*where 'reference' is a cell or range of cells for which the row number is to be found.
  
</div>
+
ROW() displays the row number of a reference.
----
 
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">It gives the row number of a reference.</font></font></font></div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
ROW
+
== Description ==
  
</div></div>
+
ROW(reference)
----
 
<div id="8SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=ROW() gives the row number where it is placed</nowiki></font></font></font>
+
For Example,
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=ROW(B5) is 5</nowiki></font></font></font>
+
ROW(B5) ''returns 5''.
  
<br /><br />
+
*The function gives the row number of a cell specified or the function where it is placed.
 +
*If reference is omitted, the function returns the row number of the cell where the function is written.
  
</div>
+
== Examples ==
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
 
<div id="4SpaceContent" class="zcontent" align="left">
 
<div id="4SpaceContent" class="zcontent" align="left">
  
 
{| id="TABLE2" class="SpreadSheet blue"
 
{| id="TABLE2" class="SpreadSheet blue"
 
|- class="even"
 
|- class="even"
| class=" " |
+
| class=" " | '''Function'''
| Column1
+
| class="  " | '''ROW Output'''
| Column2
+
 
| Column3
 
| Column4
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row1
+
| class="sshl_f" | ROW(A6)
| class="                                                                                                           sshl_f " |
+
| class="sshl_f" | 6
| class="                              " |
+
 
| class=" " |
 
| class=" " |
 
 
|- class="even"
 
|- class="even"
| class="  " | Row2
+
| class="sshl_f" | ROW(A4:C4)
| class="sshl_f" | 5
+
| class="sshl_f" | 4
| class=" " |
+
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| Row3
 
| class="                                                                                      sshl_f " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class="  SelectTD  SelectTD" |
 
<div id="4Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="4Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
|- class="odd"
 
| class=" " | Row5
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row6
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class="    " |
 
 
|}
 
|}
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
== See Also ==
----
+
 
 +
*[[Manuals/calci/ROWS| ROWS]]
 +
 
 +
==References==
 +
 
 +
*[http://en.wikipedia.org/wiki/Row_(database) Row]

Revision as of 19:19, 11 December 2013

ROW(reference)

  • where 'reference' is a cell or range of cells for which the row number is to be found.

ROW() displays the row number of a reference.

Description

ROW(reference)

For Example,

ROW(B5) returns 5.

  • The function gives the row number of a cell specified or the function where it is placed.
  • If reference is omitted, the function returns the row number of the cell where the function is written.

Examples

Function ROW Output
ROW(A6) 6
ROW(A4:C4) 4

See Also

References