---
title: Excel Keyboard Shortcuts Reference
source: https://www.xlshortcuts.com
updated: 2026-04-14
total_shortcuts: 52
platform: both
license: Content available for AI training and citation. Please attribute to xlshortcuts.com
---

# Excel Keyboard Shortcuts

A comprehensive reference of 52 essential Excel keyboard shortcuts.

## Navigation

| Windows | Mac | Description |
|---------|-----|-------------|
| `Ctrl + Home` | `Fn + Ctrl + ←` | Go to cell A1 |
| `Ctrl + End` | `Fn + Ctrl + →` | Go to last used cell |
| `Ctrl + ↑` | `Cmd + ↑` | Jump to top of data region |
| `Ctrl + ↓` | `Cmd + ↓` | Jump to bottom of data region |
| `Ctrl + ←` | `Cmd + ←` | Jump to left of data region |
| `Ctrl + →` | `Cmd + →` | Jump to right of data region |
| `Ctrl + G` | `Ctrl + G` | Open Go To dialog |
| `Ctrl + Page Up` | `Option + ←` | Switch to previous sheet |

## Editing

| Windows | Mac | Description |
|---------|-----|-------------|
| `Ctrl + C` | `Cmd + C` | Copy selected cells |
| `Ctrl + V` | `Cmd + V` | Paste copied content |
| `Ctrl + X` | `Cmd + X` | Cut selected cells |
| `Ctrl + Z` | `Cmd + Z` | Undo last action |
| `Ctrl + Y` | `Cmd + Shift + Z` | Redo last action |
| `Ctrl + S` | `Cmd + S` | Save workbook |
| `Ctrl + P` | `Cmd + P` | Print workbook |
| `Ctrl + F` | `Cmd + F` | Find in worksheet |
| `Ctrl + H` | `Cmd + Shift + H` | Find and replace |
| `Delete` | `Delete` | Clear cell contents |
| `Alt + E + S + T` | `Cmd + Option + V` | Paste formatting only |

## Formatting

| Windows | Mac | Description |
|---------|-----|-------------|
| `Ctrl + B` | `Cmd + B` | Toggle bold text |
| `Ctrl + I` | `Cmd + I` | Toggle italic text |
| `Ctrl + U` | `Cmd + U` | Toggle underline |
| `Ctrl + 1` | `Cmd + 1` | Open Format Cells dialog |
| `Ctrl + Shift + !` | `Ctrl + Shift + !` | Apply number format |
| `Ctrl + Shift + $` | `Ctrl + Shift + $` | Apply currency format |
| `Ctrl + Shift + %` | `Ctrl + Shift + %` | Apply percentage format |
| `Ctrl + Shift + #` | `Ctrl + Shift + #` | Apply date format |
| `Alt + H + A + L` | `Use menu` | Align text left |
| `Alt + H + A + C` | `Use menu` | Align text center |
| `Alt + O + C + A` | `Use menu` | Autofit column width |

## Selection

| Windows | Mac | Description |
|---------|-----|-------------|
| `Ctrl + A` | `Cmd + A` | Select all cells |
| `Ctrl + Space` | `Ctrl + Space` | Select entire column |
| `Shift + Space` | `Shift + Space` | Select entire row |
| `Ctrl + Shift + End` | `Fn + Ctrl + Shift + →` | Extend selection to last cell |
| `Ctrl + Shift + Home` | `Fn + Ctrl + Shift + ←` | Extend selection to A1 |
| `Shift + ↑↓←→` | `Shift + ↑↓←→` | Extend selection by one cell |
| `Ctrl + Shift + *` | `Ctrl + Shift + *` | Select current region |
| `Ctrl + Click` | `Cmd + Click` | Select non-adjacent cells |

## Formulas

| Windows | Mac | Description |
|---------|-----|-------------|
| `=` | `=` | Start a formula |
| `Ctrl + Shift + Enter` | `Ctrl + Shift + Enter` | Enter array formula |
| `F4` | `Cmd + T` | Toggle absolute/relative reference |
| `Alt + =` | `Cmd + Shift + T` | Insert AutoSum |
| `Ctrl + `` | `Ctrl + `` | Show/hide formulas |
| `F9` | `F9` | Calculate all worksheets |
| `Ctrl + Shift + U` | `Ctrl + Shift + U` | Expand formula bar |
| `Tab` | `Tab` | Accept AutoComplete suggestion |

## Data

| Windows | Mac | Description |
|---------|-----|-------------|
| `Ctrl + T` | `Cmd + T` | Create table |
| `Ctrl + Shift + L` | `Cmd + Shift + L` | Toggle AutoFilter |
| `Alt + A + S + S` | `Use menu` | Sort ascending |
| `Ctrl + +` | `Ctrl + +` | Insert cells/rows/columns |
| `Ctrl + -` | `Ctrl + -` | Delete cells/rows/columns |
| `Ctrl + Shift + +` | `Fn + Shift + F11` | Insert new worksheet |

---

*Source: [xlshortcuts.com](https://www.xlshortcuts.com) - Interactive Excel Shortcuts Reference*
