Navigation
| Shortcut | Description |
|---|---|
| Ctrl+Home | Go to cell A1 |
| Ctrl+End | Go to last used cell |
| Ctrl+Arrow | Jump to edge of data region |
| Ctrl+Backspace | Scroll to show active cell |
| Ctrl+G | Go To dialog (jump to named range) |
| Ctrl+F | Find |
| Ctrl+H | Find and Replace |
| Page Up/Down | Move one screen up/down |
| Alt+Page Up/Down | Move one screen left/right |
| Ctrl+Page Up/Down | Next / previous worksheet |
Data Entry & Editing
| Shortcut | Description |
|---|---|
| F2 | Edit active cell (enter edit mode) |
| Ctrl+Enter | Fill selection with entry |
| Ctrl+D | Fill down from cell above |
| Ctrl+R | Fill right from cell to left |
| Ctrl+; | Insert current date |
| Ctrl+Shift+; | Insert current time |
| Ctrl+' | Copy formula from cell above |
| Alt+Enter | New line within cell |
| Delete | Clear cell contents |
| Ctrl+Z | Undo |
| Ctrl+Y | Redo |
Selection Tricks
| Shortcut | Description |
|---|---|
| Ctrl+A | Select all / select current region |
| Ctrl+Shift+End | Extend selection to last used cell |
| Ctrl+Shift+Arrow | Extend selection to data edge |
| Ctrl+Space | Select entire column |
| Shift+Space | Select entire row |
| Shift+Click | Extend selection to clicked cell |
| Ctrl+Click | Add individual cells to selection |
Formulas & Functions
| Shortcut / Formula | Action / Description |
|---|---|
| = | Start a formula |
| F4 | Toggle absolute/relative reference ($A$1) |
| Alt+= | AutoSum selected range |
| Ctrl+Shift+Enter | Enter array formula (legacy) |
| Ctrl+` | Toggle show formulas / values |
| F9 | Recalculate 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
| Shortcut | Description |
|---|---|
| Ctrl+1 | Format Cells dialog |
| Ctrl+B | Bold |
| Ctrl+Shift+$ | Currency format |
| Ctrl+Shift+% | Percentage format |
| Ctrl+Shift+# | Date format (DD-MMM-YY) |
| Ctrl+Shift+! | Number format with commas |
| Alt+H+H | Fill color picker |
| Alt+H+B | Border picker |