MENU
Donate

Free ebook

Free ebook: Excel Shortcuts Handbook

Every keyboard shortcut worth memorizing, organized by what you're trying to do - navigation, selection, editing, formatting, and formulas - not an alphabetical wall of keys. Windows shortcuts throughout, with the Mac equivalent noted wherever it genuinely differs.

Get the ebook

Course path

Turn this into a course path

Shortcuts & Productivity strings lessons like this one into a structured, beginner-friendly path.

View course path

Free tools

There's a free tool for this

Formula builder, formula explainer, CSV cleaner, and 8 more browser tools — no upload, no sign-up.

Browse free tools

Templates & data

Want to practice this yourself?

Free .xlsx templates and practice datasets — direct download, no sign-up.

Browse templates & datasets

Tip

Looking for something specific?

Search finds functions, articles, courses, and directory entries from one box — the icon lives in the header.

Try search
=ARTICLES

20 Excel keyboard shortcuts that actually save time

=YOUTUBE

Watch alongside this article

Public YouTube resources matched to this article's topic, functions, and practice goal.

video / Beginner

Most Useful Excel Keyboard Shortcuts

Technology for Teachers and Students

Open on YouTube (opens in a new tab)
Technology for Teachers and Students

Loading preview…

Shortcuts shown here are for Windows. On Mac, swap Ctrl for Cmd unless noted otherwise.

Getting around

  • Ctrl + Arrow — jump to the edge of the current block of data, in the direction of the arrow.
  • Ctrl + Home / Ctrl + End — jump to A1, or to the last cell that has ever held data on the sheet.
  • Ctrl + Page Up / Page Down — switch to the previous or next worksheet tab.

Selecting

  • Ctrl + Shift + Arrow — extend the selection to the edge of the current data block. Pairs naturally with Ctrl + Arrow above.
  • Ctrl + A — select the current data region on the first press, the whole sheet on the second.
  • Ctrl + Space / Shift + Space — select the entire column or row of the active cell.

Editing

  • F2 — edit the active cell in place instead of retyping it.
  • Ctrl + D — fill the selection down with the contents of the topmost cell — faster than copy-paste for repeating a formula down a column.
  • Alt + = — AutoSum: guesses the range above or beside the cell and inserts a SUM formula.
  • Ctrl + ; — insert today’s date as a static value (not a live formula like TODAY() — it won’t change tomorrow).
  • Ctrl + Z / Ctrl + Y — undo / redo.
  • Ctrl + Shift + “+” / Ctrl + “-” — insert or delete the selected cells, rows, or columns.

Formatting

  • Ctrl + 1 — open Format Cells — the single most useful formatting shortcut, since it covers number formats, borders, alignment, and fonts in one dialog.
  • Ctrl + B / Ctrl + I / Ctrl + U — bold, italic, underline.
  • Ctrl + Shift + $ — apply currency formatting to the selection.
  • Ctrl + Shift + % — apply percentage formatting to the selection.

Formulas

  • F4 — while editing a formula, cycles a cell reference through relative, absolute, and mixed (A1$A$1A$1$A1). Far faster than typing dollar signs by hand.
  • Ctrl + ` (grave accent, above Tab) — toggle between showing formula results and the formulas themselves. Useful for auditing a sheet someone else built.
  • Ctrl + Shift + Enter — legacy way to enter an array formula. Modern Excel’s dynamic arrays (like UNIQUE or FILTER) don’t need it, but you’ll still see it in older workbooks.

Worth singling out

Ctrl + D and F4 are the two most underused shortcuts on this list — between them they cover most of the tedious re-entering and re-referencing that eats up time in a spreadsheet.

=PRACTICE

Go deeper with this skill

Save time by making common Excel actions faster without sacrificing accuracy. For this article, the goal is to practice: The keyboard shortcuts worth memorizing for navigation, selection, editing, and formulas — grouped by what they're for, not just an alphabetical dump.

Practice workbook setup

Open a practice workbook with at least one data table, formulas, and a report area.

Practice workflow

  1. Pick five shortcuts that match work you do every week.
  2. Practice each shortcut in a real workflow, not in isolation.
  3. Combine navigation, selection, and formatting shortcuts into one repeated routine.
  4. Write the shortcuts on a small reference sheet until they become muscle memory.

Quality checks

  • Speed improvements do not create accidental edits.
  • You can undo or review the result after each shortcut-heavy action.
  • The shortcut works in your Excel version and operating system.

Common mistakes

  • Trying to memorize too many shortcuts at once.
  • Using shortcuts faster than you can verify the selected range.
  • Assuming Windows and Mac shortcuts are identical.

Next actions

  • Choose one weekly task and time it before and after practicing shortcuts.
  • Build a personal top-10 shortcut list by workflow, not alphabetically.

Formula focus: even if this workflow is not formula-heavy, add one check cell that confirms the final output still matches the source data.