Moving Around Without the Mouse
About this lesson
The arrow keys move the selected cell. Hold Shift to grow the selection. Hold Ctrl to jump to the end of the data.
- move around a sheet with the arrow keys instead of the mouse.
- grow a selection with Shift and jump to the end of a column with Ctrl.
- select a whole column of data in one press with Ctrl+Shift+Down.
The idea
Four combinations do almost all the work. An arrow key moves one cell. Shift and an arrow grows the selection instead of moving it. Ctrl and an arrow jumps to the last filled cell in that direction, even on a sheet with 2,000 rows. Ctrl, Shift and an arrow does both: it jumps to the end and selects everything on the way. Ctrl+Home goes back to A1 from anywhere.
One thing to know. Ctrl with an arrow stops at a gap. It looks for the end of the filled cells, not the end of the table. If a column has an empty cell in the middle, you press the key twice. The shortcut is not broken. The gap is telling you something about your data.
The mistake to watch for
People select a long column with the mouse. Dragging to row 2,000 goes too far or stops too early, and you cannot see where it ends. Use the keyboard instead. Ctrl and an arrow jumps to the end of the data. Add Shift and the selection comes with you. CtrlShiftDown selects the whole column in one press.
This lesson needs JavaScript to run. Everything below is the lesson in full, but you cannot type into the grid or be marked.
Excel moves the selected cell with the arrow keys, one cell per press.
Press the down arrow once to move one row down.
| Row | A | B | C | D | E | F | G |
|---|---|---|---|---|---|---|---|
| 1 | Date | Covers | Card takings | ||||
| 2 | Mon 4 Mar | 78 | 612.4 | ||||
| 3 | Tue 5 Mar | 64 | 501.1 | ||||
| 4 | Wed 6 Mar | 91 | 733.85 | ||||
| 5 | Thu 7 Mar | 88 | 690.2 | ||||
| 6 | Fri 8 Mar | 140 | 1204.6 | ||||
| 7 | |||||||
| 8 |
Every step
-
Excel moves the selected cell with the arrow keys, one cell per press. Press the down arrow once to move one row down.
-
Hold Shift and press an arrow. The cell you started on stays selected, and the selection grows. Hold Shift and press the down arrow to add one row to the selection.
-
Hold Ctrl and press an arrow. Excel jumps to the last filled cell in that direction, however far away it is. Hold Ctrl and press the down arrow to jump to the last row of data.
-
Now combine them. Ctrl jumps to the end. Shift brings the selection along. So Ctrl, Shift and an arrow selects everything from your cell to the end of the data. Hold both keys and press the down arrow.
-
Ctrl with the Home key goes straight back to
A1, the top-left cell, from anywhere on the sheet. Press it now.