Navigation
ShortcutDescription
Ctrl+HomeGo to cell A1
Ctrl+EndGo to last used cell
Ctrl+ArrowJump to edge of data region
Ctrl+BackspaceScroll to show active cell
Ctrl+GGo To dialog (jump to named range)
Ctrl+FFind
Ctrl+HFind and Replace
Page Up/DownMove one screen up/down
Alt+Page Up/DownMove one screen left/right
Ctrl+Page Up/DownNext / previous worksheet
Data Entry & Editing
ShortcutDescription
F2Edit active cell (enter edit mode)
Ctrl+EnterFill selection with entry
Ctrl+DFill down from cell above
Ctrl+RFill right from cell to left
Ctrl+;Insert current date
Ctrl+Shift+;Insert current time
Ctrl+'Copy formula from cell above
Alt+EnterNew line within cell
DeleteClear cell contents
Ctrl+ZUndo
Ctrl+YRedo
Selection Tricks
ShortcutDescription
Ctrl+ASelect all / select current region
Ctrl+Shift+EndExtend selection to last used cell
Ctrl+Shift+ArrowExtend selection to data edge
Ctrl+SpaceSelect entire column
Shift+SpaceSelect entire row
Shift+ClickExtend selection to clicked cell
Ctrl+ClickAdd individual cells to selection
Formulas & Functions
Shortcut / FormulaAction / Description
=Start a formula
F4Toggle absolute/relative reference ($A$1)
Alt+=AutoSum selected range
Ctrl+Shift+EnterEnter array formula (legacy)
Ctrl+`Toggle show formulas / values
F9Recalculate all formulas
Ctrl+[Select precedent cells (what feeds this)
Ctrl+]Select dependent cells (what uses this)
=VLOOKUP(A1,range,col,FALSE)Exact match lookup (old method)
=XLOOKUP(A1,range,return_range)Modern flexible lookup
=SUMIF(range,"criteria",sum_range)Conditional sum
=COUNTIF(range,"criteria")Count cells matching criteria
=IF(A1>10,"High","Low")Conditional logic
=IFERROR(formula,"Error msg")Graceful error handling
=TEXT(A1,"MM/DD/YYYY")Format date as text string
Formatting
ShortcutDescription
Ctrl+1Format Cells dialog
Ctrl+BBold
Ctrl+Shift+$Currency format
Ctrl+Shift+%Percentage format
Ctrl+Shift+#Date format (DD-MMM-YY)
Ctrl+Shift+!Number format with commas
Alt+H+HFill color picker
Alt+H+BBorder picker