Cell Selection

Spreadsheets are powerful tools for working with data. However, to work with data, it is necessary to have tools to rapidly choose the required cells.

Line Selection

An entire line can be chosen by clicking directly on the line header:

Choosing a line in a spreadhseet

It is also possible to choose a line using the keyboard by moving to a cell on the line and then pushing <Caps lock>+<Spacebar> simultaneously.

When referring to a line in a formula, simply use the name of the line.

Column Selection

Using a method similar to that used to choose entire lines, an entire column can be chosen by clicking directly on the column header:

Choosing a colomn in a spreadhseet

It is also possible to choose a column using the keyboard by moving to a cell in the column and then pushing <CTRL>+<Spacebar> simultaneously.

When referring to a column in a formula, simply use the name of the column.

Selecting a Block of Cells

To select a range of cells (also called a block of cells), simply click on a cell (the starting cell) and move the mouse with the left button held down in order to highlight the required cells all the way to the ending cell :

Choosing a group of cells in a spreadhseet

Note that the name zone (on the upper left) shows the number of lines and colomns present in the selection.

Nota Bene The starting cell has a different colour (white). It is, however, part of the selection just like the other highlighted cells!

It is also possible to choose a range of cells by clicking on the starting cell and then clicking on the ending cell while holding the <SHIFT> key down.

In formulas, a range of cells is written by showing the coordiantes of the starting cell and the ending cell seperated by a ":"  :

Reference_Cell_Start:Reference_Cell_End
For instance, in the example above, the cell range would be written as follows:
D16:F21

Disjointed Cell Selection

It is possible to choose disjointed (non-contiguous) cells within a range, meaning cells that are not beside each other. To do this, choose cells or ranges of cells while holding the Control (<CTRL>) button down.

Disjointed Cell Selection

In formulas, a selection of cells or a range of disjointed cells is written by showing the coordinates of the cells or of the ranges of cells and seperating them with semicolons:

Ref_Cell1;Ref_Cell2;Ref_Cell_Start_Range1:Ref_Cell_End_Range1
For instance, in the example above, the cell selection would be written as follows:
D6;D8;D9

Contiguous Line Selection

Just as it is possible to select numerous colocated cells, it is also possible to select numerous contiguous lines. To do this, simply choose the starting line and then click on the ending line while holding the <SHIFT> button down:

Contiguous Line Selection

To write this in a formula, the starting line is seperated from the ending line by a : :

Starting_Line;Ending_Line

In L1C1 notation, it would be written as:

LStartingNumber:LEndingNumber

In A1 notation, it would be written as:

StartingNumber:EndingNumber
For instance, in the example above, the line selection would be written as follows:
6:9

Disjointed Line Selection

To select non-contiguous lines, click successively on the line headers of the desired lines while holding the Control (<CTRL>) button down:

Non-contiguous Line Selection

In formulas, a selection of disjointed lines is written by showing the coordiantes of the lines separated with semicolons:

Ref_Line1;Ref_Line2;...
For instance, in the example above, the line selection would be written as follows:
6;8;9

Worksheet Selection

It is possible to select all the cells on a worksheet by clicking on the empty box on the upper left of the worksheet:

Selection of all the cells of a worksheet in StarOffice



Last update on Thursday October 16, 2008 02:43:17 PM.This document entitled « Spreadsheets - Cell Selection » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Best answers for « Spreadsheets Cell Selection » in :
[Excel]Storage name and path of a spreadsheet Show[ExcelStorage name and path of a spreadsheet The tip below will show you how to automatically show the storage path and the name of any spreadsheet Enter in a cell (E.g cellA1) the following formula: =cell("filename", A1)...
Excel tips : How to insert date in a cell ShowExcel tips : How to insert date in a cell Below are some tips on how to insert date and time in an excel cell for a specific purpose:- To insert current date, press CTRL + ; in the chosen cell. To insert current time, press CTRL+...
[VBA] Detecting changes in cell Show[VBA] Detecting changes in cell The Event Change feature of a sheet will detects the change in the active cell but it gives no information about the content. The example given below will help you to find out if the cell was changed,...
Download USA Unlisted Cell Phone Numbers ShowHas you friend flown for America without telling you where he/she would settle? Dont panic! USA Unlisted Cell Phone Numbers is a program which can help you. By using this program, you simply need to know his/her phone number in order to find...
Spreadsheet - Formulas ShowIntroduction to Formulas The main use of a spreadsheet is to automate calculations, which means using cells to perform operations based on values in other cells. The spreadsheet recalculates all the values each time a change is made to the value of...
Worksheet - Cells ShowThe Concept of a Cell A "cell" is the intersection between a line (horizontal) and a column (vertical) on a worksheet. Thus, the name of the line combined with the name of the column gives the cell's coordinates (the term address is sometimes also...
Spreadsheets - Conditional expressions ShowWhat is a Conditional Structure? Conditional structures are instructions that allow to test if a condition is true or not. Conditional structures may be associated together. To successfully execute these tests using logical functions, spreadsheets...