CellRange Command

From GeoGebra Manual
Revision as of 10:23, 16 July 2013 by JohannaZ (talk | contribs)
Jump to: navigation, search



CellRange[ <Start Cell>, <End Cell> ]
Creates a list containing the cell values in this cell range.
Example:
Let A1 = 1, A2 = 4, A3 = 9 be spreadsheet cells values.
Then CellRange[A1, A3] returns the list {1, 4, 9}.
Note: A1:A3 is a shorter syntax.
© 2024 International GeoGebra Institute