Difference between revisions of "Documentation/How Tos/Calc: ROWS function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(included 'use with multiple ranges')
m
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:ROWS function}}
 +
{{Documentation/CalcFunc SpreadsheetTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_ROW_function
 +
|NextPage=Documentation/How_Tos/Calc:_SHEET_function
 +
}}__NOTOC__
  
 
== ROWS  ==
 
== ROWS  ==
Line 9: Line 14:
 
: <tt>'''reference'''</tt> may be given either explicitly (eg <tt>'''A3:B5'''</tt>) or by name (eg <tt>'''myref'''</tt>).
 
: <tt>'''reference'''</tt> may be given either explicitly (eg <tt>'''A3:B5'''</tt>) or by name (eg <tt>'''myref'''</tt>).
  
: It is possible to define a name to represent more than one range (eg by entering <tt>'''$A$1:$A$3;$C$1:$C$4'''</tt> in the '''Assigned To''' box of the '''Insert - Names - Define...''' dialog). In this case <tt>'''ROWS'''</tt> sums the number of rows in each range, irrespective of any duplication of rows.  
+
: It is possible to define a name to represent more than one range (eg by entering <tt>'''$A$1:$A$3;$C$1:$C$4'''</tt> in the '''Assigned To''' box of the {{menu|Insert|Names|Define…}} dialog). In this case <tt>'''ROWS'''</tt> sums the number of rows in each range, irrespective of any duplication of rows.  
  
 
=== Example: ===
 
=== Example: ===
Line 24: Line 29:
 
: where <tt>'''myref'''</tt> has been defined as the multiple range <tt>'''$A$1:$A$3;$C$1:$C$4'''</tt>, returns <tt>'''7'''</tt>;  
 
: where <tt>'''myref'''</tt> has been defined as the multiple range <tt>'''$A$1:$A$3;$C$1:$C$4'''</tt>, returns <tt>'''7'''</tt>;  
  
=== See also: ===
+
{{SeeAlso|EN|
'''[[Documentation/How_Tos/Calc: COLUMNS function|COLUMNS]]''',
+
* [[Documentation/How_Tos/Calc: COLUMNS function|COLUMNS]]
'''[[Documentation/How_Tos/Calc: SHEETS function|SHEETS]]''',
+
* [[Documentation/How_Tos/Calc: SHEETS function|SHEETS]]
'''[[Documentation/How_Tos/Calc: AREAS function|AREAS]]'''
+
* [[Documentation/How_Tos/Calc: AREAS function|AREAS]]
  
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]''',
+
* [[Documentation/How_Tos/Calc: Information functions|Information functions]]
'''[[Documentation/How_Tos/Calc: Spreadsheet functions|Spreadsheet functions]]'''
+
* [[Documentation/How_Tos/Calc: Spreadsheet functions|Spreadsheet functions]]
 +
 
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Spreadsheet functions]]

Latest revision as of 12:11, 2 February 2024



ROWS

Returns the number of rows in a given reference.

Syntax:

ROWS(reference)

reference may be given either explicitly (eg A3:B5) or by name (eg myref).
It is possible to define a name to represent more than one range (eg by entering $A$1:$A$3;$C$1:$C$4 in the Assigned To box of the Insert → Names → Define… dialog). In this case ROWS sums the number of rows in each range, irrespective of any duplication of rows.

Example:

ROWS(A3:B5)

returns 3; there are three rows in this range, namely rows 3,4 and 5.

ROWS(G4:G6)

returns 3; there are three rows in this range, namely rows 4,5 and 6.

ROWS(D8)

returns 1; D8 is interpreted as a one cell range, with a single row (row 8).

ROWS(myref)

where myref has been defined as the multiple range $A$1:$A$3;$C$1:$C$4, returns 7;



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_ROWS_function&oldid=259995"
Views
Personal tools
Navigation
Tools