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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 31: Line 31:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation/Reference/Calc]]
+
[[Category: Documentation/Reference/Calc/Spreadsheet functions]]

Revision as of 11:37, 17 May 2010


SHEETS

Returns the number of sheets in a given reference.

Syntax:

SHEETS(reference)

reference may be given either explicitly (Sheet1.A1:Sheet3.G12) or by name (myref).
If the named reference contains multiple ranges, the sum of the sheets in each range is returned, irrespective of any duplication.

Example:

SHEETS(Sheet1.A1:Sheet3.G12)

returns 3, if Sheet3 follows Sheet2 which follows Sheet1; there are thus three sheets in this range.

SHEETS(G4:H6)

returns 1; G4:H6 is interpreted as a range on a single sheet (the current sheet).

SHEETS(D8)

returns 1; D8 is interpreted as a one cell range, on a single sheet (the current sheet).

Template:Documentation/SeeAlso

Personal tools