InterviewSolution
Saved Bookmarks
| 1. |
How to declare a range of cells in Calc? |
|
Answer» A RANGE is typically defined using “start_cell_address:stop_cell_address”. In Calc all columns are identified using letters “A”, “B”, “C”, …. and all ROWS are NUMBERS starting from 1 and so on.Explanation: |
|