Excel Tutorials · Free Download

Free Excel Keyboard Shortcut Cheat Sheet

One page, over 200 shortcuts, laid out by modifier key so every Ctrl combination sits together, every Alt combination sits together, and the function keys have their own row along the bottom. Print it, pin it next to your monitor, and stop reaching for the mouse.

Return to Class
One page Excel keyboard shortcut cheat sheet listing over 200 shortcuts by modifier key

Download the Free Excel Shortcut Cheat Sheet

The full one page reference, print ready in landscape. No login, no email required.

⬇ Excel Shortcut Cheat Sheet (.pdf)

What Is on the Cheat Sheet

The sheet is laid out by modifier key. Every Alt combination sits in one block, every Ctrl combination in the next, then the Ctrl Shift combinations, the Alt sequences that walk the ribbon, and a row of all twelve function keys along the bottom. Your hands already know which modifier they are holding, so that is the fastest thing to scan for.

It covers over 200 shortcuts, which is deliberately more than anyone needs. The point is not to memorize the sheet, it is that when you wonder whether there is a faster way to do something, the answer is on the wall rather than three search results deep.

Keys are color coded the same way throughout, so Ctrl, Alt, Shift and the function keys are instantly distinguishable at a glance rather than blurring into a wall of text. Multi key ribbon sequences, like Alt W F R to freeze the top row, are written out in the order you press them.

It fits on a single sheet of letter paper in landscape, which is the entire point. A cheat sheet you have to scroll is a webpage, and a webpage means leaving the spreadsheet you were working in, which is exactly the interruption a shortcut was supposed to save you.

How to Actually Memorize Excel Shortcuts

Five steps, and the second one is the one people skip.

1

Download and print it

Print at 100% scale in landscape rather than Fit to Page, which shrinks the keycaps until they are hard to read from arm's length. Tape it to the wall beside your monitor, not inside a drawer.

2

Pick only three shortcuts

Nobody learns a hundred shortcuts at once, and attempting it is how people end up learning none of them. Choose the three actions you repeat most in a normal working day. For most people that is selecting a column of data, summing it, and pasting values.

3

Ban the mouse for those three

For one week, refuse to use the ribbon or the right click menu for those three actions. The two second pause while you glance at the sheet is not wasted time, it is the repetition that builds the habit.

4

Use the Alt key as a map

On Windows, tapping Alt puts a letter badge on every ribbon tab, and tapping that letter labels everything inside it. This means you can reach any command in Excel from the keyboard without memorizing it first, and the sequences you repeat start sticking on their own.

5

Add three more

When your hands do the first three without you thinking about it, cross them off and pick three more from the sheet. Most people stop needing the paper within about a month.

Fastest single win on the sheet: Ctrl + Shift + Down Arrow. It selects from your current cell to the bottom of the data, which turns a scroll and drag through ten thousand rows into one keystroke. Almost every other data task starts with selecting the right range first.
The 10 Shortcuts That Save the Most Time
ShortcutWhat It Does
Ctrl + Shift + ArrowSelect to the edge of the data
Alt + =AutoSum, with the range guessed for you
F4Lock a reference to $A$1, or repeat the last action
Ctrl + Alt + VPaste Special, including values only
Ctrl + Shift + LTurn filters on and off
Ctrl + TConvert a range into a real table
Ctrl + EFlash Fill from one typed example
Ctrl + DFill down into every selected cell
Alt + EnterLine break inside a cell
Ctrl + 1Format Cells dialog, every option in one box

If you only ever learn ten shortcuts, learn these. Each one replaces something most people currently do with several mouse clicks, a menu hunt, or a lot of scrolling. Everything here is on the printable sheet, alongside roughly two hundred more.

Navigation Shortcuts

Moving around a large sheet without touching the scroll bar.

Ctrl + Arrow key, jump to the edge of the data

Moves to the last filled cell in that direction, or to the next block of data if there is a gap. This is the single most useful navigation shortcut in Excel and the foundation of the selection shortcut below it.

Ctrl + Home and Ctrl + End

Home jumps to cell A1, End jumps to the last used cell on the sheet. Ctrl + End is also a quick diagnostic, since a sheet that jumps to row 40,000 usually has stray formatting inflating the file size.

Ctrl + Page Down and Ctrl + Page Up

Moves to the next or previous worksheet. Faster than clicking tabs in a workbook with a dozen sheets, and it works even when tabs are scrolled out of view.

Ctrl + G, the Go To dialog

Type any cell address or named range to jump straight there. Its real power sits behind the Special button, which selects only blanks, only formulas, or only visible cells, and turns several manual cleanup tasks into one step.

Selection Shortcuts

Getting the right range highlighted before you do anything to it.

Ctrl + Shift + Arrow key

Extends the selection all the way to the edge of the data in that direction. Combining it in two directions, down then right, selects an entire rectangular data block in two keystrokes regardless of how many rows it holds.

Ctrl + Space and Shift + Space

Selects the entire column or the entire row containing the active cell. Both work with the insert and delete shortcuts, so Shift + Space followed by Ctrl + minus deletes a whole row without ever leaving the keyboard.

Ctrl + A, select the current region

Selects the contiguous block of data around the active cell rather than the whole sheet, which is usually what you actually wanted. Press it a second time to expand to everything.

Alt + semicolon, visible cells only

After filtering or hiding rows, this restricts the selection to what you can see, so copying does not silently drag hidden rows along with it. One of the most common causes of a paste that contains rows nobody expected.

Formula Shortcuts

Writing and auditing formulas without the mouse.

Alt + = for AutoSum

Inserts a SUM formula and guesses the range above or to the left, correctly the large majority of the time. Select a whole row and column of empty cells beneath a data block first and it fills in every total at once.

F4 to toggle absolute references

With the cursor on a reference inside a formula, F4 cycles A1 to $A$1 to A$1 to $A1 and back. Getting this right is the difference between a formula that copies down correctly and one that quietly drifts.

Ctrl + backtick to show all formulas

Switches the sheet from displaying results to displaying the formulas themselves, which is the fastest way to audit a spreadsheet somebody else built. Press it again to switch back.

F9 to evaluate part of a formula

Highlight a section of a long formula in the formula bar and press F9 to see what that fragment alone returns. Press Escape rather than Enter afterwards, or the fragment is replaced with its hardcoded value.

Formatting Shortcuts Worth Memorizing
ShortcutResult
Ctrl + 1Format Cells dialog
Ctrl + Shift + $Currency format
Ctrl + Shift + %Percent format
Ctrl + Shift + #Date format
Ctrl + Shift + !Comma format, two decimals
Ctrl + Shift + ~General format, strips formatting
Ctrl + Shift + &Border around the selection

Number formatting is where the most clicking happens in a normal day and where these save the most time. Ctrl + Shift + tilde is the quiet useful one, since it strips a cell back to General when a stray date or currency format has been applied to something that should be a plain number.

10 Shortcuts Almost Nobody Knows Exist

Further down the sheet, past the ones everybody already uses.

The Ones That Get a Reaction in Class
ShortcutWhat It Does
Ctrl + Shift + }Selects every cell whose formula refers to the active cell
Ctrl + Shift + |Highlights the cells in a row that do not match the rest
Alt + ;Selects visible cells only, so hidden rows stay behind
Ctrl + \Finds the odd value out across a selected row
Ctrl + Shift + OJumps to every cell containing a comment
Alt + Down ArrowOpens a dropdown or data validation list from the keyboard
Ctrl + Shift + UExpands the formula bar for long nested formulas
Ctrl + Alt + V then TPastes formatting only, leaving the values alone
Shift + F10Opens the right click menu without a mouse
Ctrl + Shift + EnterConfirms a legacy array formula in older Excel versions

These are the ones that make a room go quiet in a live class. Ctrl + backslash and Ctrl + Shift + pipe in particular do in one keystroke what most people build a helper column and an IF statement to check, which makes them worth knowing before the next time you are reconciling two lists that should match.

Shortcuts for Cleaning Up Someone Else's Spreadsheet

The specific problem of inheriting a file you did not build.

Ctrl + End to find the real size of the sheet

Jumps to the last used cell. If a small table sends you to row 40,000, there is stray formatting or leftover data bloating the file, and deleting those empty rows and saving usually shrinks it dramatically.

Ctrl + backtick to see every formula at once

Switches the whole sheet from results to formulas, which reveals hardcoded numbers sitting where a calculation should be. This is the fastest way to find the one cell somebody typed over.

Ctrl + G then Special for blanks and constants

Go To Special selects only the blank cells, only the formulas, or only the typed constants in a range. Selecting all blanks and filling them in one action replaces a lot of manual scrolling and clicking.

Ctrl + Shift + } to trace dependents before deleting

Shows every cell that refers to the one you are about to remove. Checking this first is the difference between tidying a spreadsheet and quietly breaking a total three tabs away.

Common Mistakes When Learning Excel Shortcuts

⚠️

Trying to learn all of them at once

A hundred shortcuts read in one sitting produces zero retained shortcuts. Three at a time, used exclusively for a week, is slower on paper and vastly faster in practice.

⚠️

Bookmarking a webpage instead of printing the sheet

Checking a bookmark means leaving the spreadsheet, which is the exact interruption the shortcut was meant to prevent. Paper on the wall gets glanced at, a browser tab gets forgotten.

⚠️

Learning the shortcut but not the range selection first

Most shortcuts act on whatever is currently selected, so a fast keystroke applied to the wrong range is just a faster mistake. Get Ctrl + Shift + Arrow automatic before anything else.

⚠️

Copying filtered data without Alt + semicolon

A normal copy over a filtered range grabs the hidden rows too, so the paste contains records nobody expected. Selecting visible cells only first prevents it.

⚠️

Pressing Enter after evaluating a formula fragment with F9

Enter replaces the highlighted piece of the formula with its hardcoded result, permanently. Escape backs out and leaves the formula intact, which is what you wanted.

⚠️

Releasing Alt between the letters of a ribbon sequence

Sequences like Alt W F R are pressed in order after a single Alt tap, not held down together. Holding all four at once does nothing and makes the shortcut look broken.

Beyond the Spreadsheet

3 Things Shortcuts Can't Speed Up.Already Handled in Updoot.

Faster keystrokes still leave you asking which copy of the file is current.

🔄
You keyboard through
Rebuilding the same weekly report
KPI Tracking
The report is already current, nothing to rebuild
📁
You keyboard through
Hunting for the newest version of the file
Work Management
One live record with full version history
👥
You keyboard through
Chasing who changed what and when
Doot's Desk
Every change tracked, nothing to reconstruct

Free 14-day trial. No credit card required.

Frequently Asked Questions

Is the Excel keyboard shortcut cheat sheet free?

Yes. There is no login, no email and no credit card. Click the download button and the PDF opens, and you are welcome to print copies for a whole team or class.

How many shortcuts are on the cheat sheet?

Over 200, laid out by modifier key. Alt combinations, Ctrl combinations, Ctrl Shift combinations, the Alt sequences that walk the ribbon, and all twelve function keys along the bottom.

Which versions of Excel do these shortcuts work in?

Microsoft 365, Excel 2021, 2019 and 2016 share the same core shortcuts. A few newer items such as Flash Fill with Ctrl E need Microsoft 365 or a recent perpetual version.

Will the cheat sheet print on one page?

Yes. It is built for a single sheet of letter paper in landscape orientation. Print at 100 percent scale rather than Fit to Page for the sharpest result.

What is the single most useful Excel keyboard shortcut?

Ctrl Shift and an arrow key. It selects from the current cell to the edge of the data in that direction, replacing a long scroll and drag with one keystroke.

Do Excel shortcuts work in Google Sheets?

Many common ones do, including Ctrl C, Ctrl Z and Ctrl Shift with an arrow key. The Alt key ribbon sequences and most function key shortcuts do not carry over. There is a separate free Google Sheets help page for those.

How many Excel shortcuts should I actually learn?

Start with three that match what you repeat most in a normal day, use only the keyboard for those until they are automatic, then add three more. Trying to learn all of them at once is why most people learn none.

What does F4 do in Excel?

Inside a formula it cycles a cell reference between relative and absolute, turning A1 into $A$1. Outside a formula it repeats your last action, such as applying a fill color to another cell.

What does Ctrl and the backtick key do?

It switches the sheet from showing formula results to showing the formulas themselves, which is the fastest way to audit a spreadsheet somebody else built. Press it again to switch back.

What is the Alt key trick for finding any Excel command?

Tapping Alt on Windows puts a letter badge on every ribbon tab, and tapping that letter labels everything inside the tab. It lets you reach any command from the keyboard without memorizing the sequence first.

Can I share the cheat sheet with my team or students?

Yes. Share the page link or the file itself, print it for a training session, or hand it out in a classroom. The only ask is that the XecuteTheVision branding stays on it.

How long does it take to stop needing the cheat sheet?

Most people stop reaching for it within about a month if it is taped next to the monitor where it can be checked without leaving the spreadsheet.

Faster in Excel is a good start. Then what?

Every business starts with a spreadsheet. Updoot is where you scale past it, with one live system instead of a folder of files nobody can version.

Start Your Free Trial →