CellRange Command

From GeoGebra Manual
Revision as of 13:20, 20 December 2014 by Mathmum (talk | contribs) (added link to spreadsheet view)
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