| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
CellRange Command
Syntax
CellRange[cell A,cell B]
Action
Creates a list containing the cell values in this cell range ordered by columns.
Example
Enter the following values into the corresponding spreadsheet cells: A1 = 1, A2 = 4, B1 = 3, B2 = 9. The command CellRange[A1, B2] then gives you the list {1, 3, 4, 9}.
Notes
- CellRange[B1,A2], CellRange[A2,B1], CellRange[B2,A1] do the same as CellRange[A1,B2]