Cheat sheet

Shortcuts that actually pay back the time you spent learning them

Skipping the giant alphabetical list — these are the shortcuts that show up in real workflows: navigation, selection, editing, and formulas. Side-by-side for Windows and Mac.

Navigation

ActionWindowsMac
Jump to edge of data regionCtrl+Arrow+Arrow
Go to cell A1Ctrl+HomeFn+Ctrl+
Go to last used cellCtrl+EndFn+Ctrl+
Switch worksheetsCtrl+PgUp / PgDn+ /
Open Go To dialogCtrl+G+G

Selection

ActionWindowsMac
Select to edge of dataCtrl+Shift+Arrow+Shift+Arrow
Select entire columnCtrl+Space+Space
Select entire rowShift+SpaceShift+Space
Select current regionCtrl+A+A
Extend selection by one screenShift+PgDnShift+Fn+

Editing & data

ActionWindowsMac
Edit current cellF2+U
Fill downCtrl+D+D
Fill rightCtrl+R+R
Insert today's dateCtrl+;+;
Insert current timeCtrl+Shift+:+;
Paste Special dialogCtrl+Alt+V++V
Toggle absolute / relative referenceF4+T
Insert / delete rowCtrl++ / Ctrl+-+Shift+= / +-

Formulas

ActionWindowsMac
Start a SUMAlt+=+Shift+T
Show all formulas (toggle)Ctrl+`+`
Recalculate everythingF9Fn+F9
Recalculate active sheet onlyShift+F9Shift+Fn+F9
Insert function dialogShift+F3Shift+Fn+F3
Confirm as array formula (legacy)Ctrl+Shift+Enter+Shift+Return

Formatting

ActionWindowsMac
Format Cells dialogCtrl+1+1
Apply number formatCtrl+Shift+1+Shift+1
Apply percentage formatCtrl+Shift+5+Shift+5
Apply currency formatCtrl+Shift+4+Shift+4
Apply date formatCtrl+Shift+3+Shift+3
If you only learn five

The five shortcuts most worth memorizing

  • Ctrl+Shift+Arrow — select to the edge of your data, every time. Replaces every "drag to row 5000" workflow.
  • Alt+= — start a SUM with the range pre-filled.
  • F4 — toggle $ on the reference under the cursor while editing a formula.
  • Ctrl+; — insert today's date as a static value (not a volatile TODAY()).
  • Ctrl+T — convert a range to a Table. Self-expanding references and structured names follow for free.