Welcome to MSDN Blogs Sign in | Join | Help

Charlie’s List, or “214 Keyboard Shortcuts”

One of the program managers on my team (Charlie) has put together a list of 214 keyboard shortcuts available in Excel.  While it isn’t exhaustive (for example, it doesn’t cover shortcuts available in dialogs), I find it a useful presentation of the shortcuts that are available when performing basic editing in Excel, so I thought I would share it with you.  If you click the picture below, you will access a PDF file which you can download and print.  (The PDF was generated by a recent build of Microsoft Excel 2007).  The items in orange are new to Excel 2007 (there may be a few more coming too).


(Click to save)

The other thing I wanted to do today was to evangelize a few of my favourites, some of which are more esoteric than others.  Here are some pretty self-explanatory ones that come in pretty handy once you know them (mostly shortcuts to dialogs).  There are many others in this category in the list.

  • Ctrl + 1 – format cells dialog
  • Shift + F3 - Function Wizard
  • Ctrl + F3 - Define Names Dialog

Next, there are a lot of commands to do common things you do all the time in Excel.  Here are some I use frequently.

  • Ctrl + Page Up and Ctrl + Page Down - previous/next worksheet
  • Shift + Space – select row
  • Ctrl + Space – select column
  • Ctrl + 0 – hide column
  • Shift + Ctrl + 0 – show column
  • Ctrl + 9 – hide row
  • Shift + Ctrl + 9 – show row
  • Ctrl + ‘ - Copy above cell and edit
  • Alt + Down - Open drop-down (auto-complete, filter, pick from list, or validation)
  • Ctrl + / - Select Array
  • F9 – Calculate
  • Shift + F9 - Calculate sheet (in the active workbook)

Then, there are a whole group that relate to selection in Excel – selecting ranges, navigating selection, etc.  By way of background, Excel has a few selection “modes” which you can turn on and off.  “Extend selection mode”, when turned on, simply expands selection from the active cell when you move around using the mouse or keyboard.  “Add selection mode” adds to existing selection when you select cells (using either the mouse or toggling on “Extent selection mode”).  These are handy for keyboard-intensive users.  Here are some examples.

  • F8 – Extend selection mode
  • Shift F8 – Add selection mode
  • Shift + Backspace - Collapse selection to the active cell
  • Ctrl+ Backspace - Show active cell (particularly handy if you have a large range selected and the active cell is off the screen)
  • Ctrl + Alt + Left Arrow - Move active cell to previous non-adjacent area within selection (when you have discontinuous ranges selected)
  • Ctrl + Alt + Right Arrow - Move active cell to next non-adjacent area within selection (again, when you have discontinuous ranges selected)
  • Ctrl + . – rotates the active cell through the corners of a selection
  • Enter – move active cell down in a selection
  • Shift + Enter – move active cell up in a selection

On to the more esoteric items.  Here is one that is less-frequently-used since we added formula tooltips (the tooltips that show the arguments of a formula as you type), but it can still come in handy.

  • Shift + Ctrl + A - Insert arguments in formula

And here are a couple of my true favourites which allow you to quickly navigate the “calculation chain” in Excel.

  • Ctrl + [ - Select direct precedent cells 
  • Shift + Ctrl + [ - Select all precedent cells
  • Ctrl + ] - Select directly dependent cells
  • Shift + Ctrl + ] - Select all dependent cells

Finally, here are some that allow you to quickly select unequal values when working with rows of data.

  • Ctrl + \ - Select cells in row/col of selection unequal to active cell
  • Shift + Ctrl + \ - Select cells in other rows unequal to cells the row of the active cell

For folks that are looking for an even more exhaustive list, you might want to check out the Office Online list of Excel Keyboard Shortcuts, or a list maintained by David McRitchie.  There are lots of other lists available too; those are just two others that I am familiar with.

PS Improved the list based on some reader feedback

Published Thursday, February 23, 2006 4:54 PM by David Gainer
Filed under:

Comments

# re: Charlie’s List, or “214 Keyboard Shortcuts”

Friday, February 24, 2006 12:20 AM by Biff
Who can possibly remember them all?

<headache>

Shift + Ctrl + A - Insert arguments in formula

That comes in handy for functions in the ATP.

# re: Charlie’s List, or “214 Keyboard Shortcuts”

Friday, February 24, 2006 1:02 AM by Harlan Grove
You're conflating keyboard users with users of keyboard shortcuts. Many (most?) keyboard users tend to use the menus rather than the (obscure) keyboard shortcuts.

There are a few things that can be done using keyboard shortcuts but not the menu, e.g., switching from Ready mode to Edit mode. [Aside: will the Status Bar now show Select rather than Ready?] As for [F4], will it still cycle through relative/absolute variations in Edit and Enter modes when the cursor is at a range reference?

# re: Charlie’s List, or “214 Keyboard Shortcuts”

Friday, February 24, 2006 2:55 AM by Charlie Ellis
Harlan,

On the product team, we differentiate between accelerators, which are keyboard ways to access the Ribbon, menus and toolbars, and shortcuts which are essentially everything else.  This list isn't meant to include accelerators, not because they aren't a big part of what keyboard users use (ALT+E+S+V+Enter and ALT+E+A+A come immediately to mind), but rather because shortcuts, unlike accelerators, are much more difficult to discover; the UI only lists a handful of them and good and reasonably complete documentation is often difficult to find.

"Select mode" is my own name for what Excel is in when it isn't in Edit, Enter, or Point modes.  I always thought of it as "the mode you use to do cell selection."  This list started out as my own personal spreadsheet of keyboard shortcuts that I aggregated from a bunch of sources (mostly the code - thanks in large part to Dan Cory who got a dump of parts of the code and cleaned it up a lot), so that's a hold-over of the way that I think of that mode.  As a result you won't be seeing "Select" or "Select cells" on a status bar near you.  That is, unless it catches on :)

F4 will absolutely still cycle through the verious modes of relative vs. absolute referencing.  One of the things where this list isn't complete is in formula editing keyboard shortcuts.  You'll also notice that F9 with text selected within a formula (which replaces the selection with the calculated result) doesn't show up here either.  These were victims of a tradeoff I made for readability.

Thanks,

Charlie

# re: Charlie’s List, or “214 Keyboard Shortcuts”

Friday, February 24, 2006 8:13 AM by Jon Peltier
Ctrl + 1 is one of my favorite shortcuts. It's not just Format Cell, as listed above; it's Foramt {Selected Item}. This makes it very versatile.

I wonder why you list the following as among your own favorites:

Shift + F12 – Save
Ctrl + F12 – Open

They've always seemed redundant to me. Aren't Ctrl + S and Ctrl + O even easier to remember? And just as quick to type? I've been using these since before there was Windows.

- Jon

# re: Charlie’s List, or “214 Keyboard Shortcuts”

Friday, February 24, 2006 9:43 AM by Jim Rech
Charlie-

>>F4 will absolutely still cycle through the verious modes of relative vs. absolute referencing.

What I'd love to see is for this to work when pointing to a named range.  Say A1 is named "Rg".  Now F4 has no effect (=Rg).  Really useful would be =Rg, =A1, =$A$1,=A$1,=$A1, =Rg.  I raised this way back in the XL97 beta when the pointing method was changed to pick up a range's name rather than address.  

Jim

# An Unintentional Week of Keyboard

Friday, February 24, 2006 10:01 AM by Jensen Harris: An Office User Interface Blog
For some reason (entirely unintentional) I've spent a bunch of this
week babbling about keyboard issues....

# re: Charlie’s List, or “214 Keyboard Shortcuts”

Friday, February 24, 2006 3:28 PM by Biff
Just in case we all forget, thanks for compiling that list. I'm sure it'll help having all (most) shortcuts readily available at-hand to be studied and memorized.

# re: Charlie’s List, or “214 Keyboard Shortcuts”

Sunday, February 26, 2006 3:19 PM by Bill Jelen
Jensen Harris had mentioned that there were be a keyboard shortcut (Alt+Zero) that would allow you to quickly switch between the legacy keyboard accelerators and the new keyboard accelerators.
This way, you could live in "new mode" for most of the time, but using this hot key, you could quickly drop back to using a legacy accelerator if necessary.
This keystroke works in Excel Beta 1, but it is not in your table. Are there plans to keep this great shortcut in the final product?

# and for us Mac users?

Monday, February 27, 2006 4:59 PM by Simon Pride
As a Mac user who worked for almost 20 years on Windows Excel (who'd ever have thought we'd be able to say that, eh?) I really dislike the random remapping and absence of critical shortcut functionality in all recent Mac versions of Excel. I miss F2 for 'edit cell' and the Mac already has a perfectly good and traditionally-reinforced key binding for copy, paste or whatever the hell F2 does in Mac Excel. It's time to heave this baggage over the side and give Excel users the keystrokes our muscles know, where they don't conflict with the OS or its applications' dialects. Not all Mac user are mousebound Illustrator experts.

# re: Charlie’s List, or “214 Keyboard Shortcuts”

Tuesday, February 28, 2006 5:20 PM by David Gainer
Bill, the keyboard model is evolving, but we share the goal of being able to efficiently use both old and new keyboard shortcuts.  Alt+Zero or something better will be in the final product.  Stay tuned.



# re: Charlie’s List, or “214 Keyboard Shortcuts”

Tuesday, February 28, 2006 5:22 PM by David Gainer
Simon, I have passed your comments along to the Mac Excel folks.

# Blogbob &raquo; Blog Archive &raquo; Excel keyboard shortcuts

Thursday, March 09, 2006 4:00 PM by Blogbob » Blog Archive » Excel keyboard shortcuts

# Are You Ready for EXCEL 2007???!!!!! | BankersBall

Friday, January 05, 2007 4:34 PM by Are You Ready for EXCEL 2007???!!!!! | BankersBall

# What Keyboard Shortcuts Do You Want To See In Excel?

Monday, September 24, 2007 4:01 PM by Microsoft Excel

About 18 months ago, I wrote a post on keyboard shortcuts: http://blogs.msdn.com/excel/archive/2006/02/23/538311.aspx

# MSDN Blog Postings &raquo; What Keyboard Shortcuts Do You Want To See In Excel?

# Ghillie Suits &raquo; Microsoft Excel : Charlie&#8217;s List, or &quot;214 Keyboard Shortcuts&quot;

# What Keyboard Shortcuts Do You Want To See In Excel?

Sunday, January 06, 2008 3:04 PM by Excel Team Blog (Mirror)

About 18 months ago, I wrote a post on keyboard shortcuts: http://blogs.msdn.com/excel/archive/2006/02

New Comments to this post are disabled
 
Page view tracker