We can select several cells together if we can specify a starting cell and a stopping cell. This will select ALL the cells within this specified BLOCK of cells.
If the cells that we want to work with are not together (non-contiguous cells) we can use the comma to separate the cells or by holding down the control-key (command key on a MAC) and selecting cells or blocks of cells the comma will be inserted automatically to separate these chunks of data.
For the following examples let's consider the table below:
- A1 (column A, row 1) = 5
- A2 (column A, row 2) = 7
- A3 (column A, row 3) = 8
- B1 (column B, row 1) = 3
- B2 (column B, row 2) = 4
- B3 (column B, row 3) = 6
This is just a discussion of selection methods. If we wanted to add the cells in the (To Select) you would type in
or
=sum(Click On)


No comments:
Post a Comment