Excel 2013 Shortcut List

Posted on

When I right-click the arrow buttons on the bottom left corner of Excel, a window listing all sheets will be displayed (as shown below):

[

I couldn't find any keyboard shortcut to display this, neither could I declare a new shortcut linked with this window. Is there any shortcut for this option?

Adrian WydmanskiAdrian Wydmanski

3 Answers

I don't believe there is a direct shortcut for that dialog.

You can get similar by using a small bit of VBA in a macro, and then assigning it to a keyboard shortcut of your choice.

Ƭᴇcʜιᴇ007Ƭᴇcʜιᴇ007

Similar to the correct answer by Techie, here’s a solution that works when you have >15 sheets (and also makes it possible to click a letter to highlight sheet starting with that letter):

Although for unknown reason it does not work when activating using keyboard (as mentioned in Source and another example that also dsnt work when using shortcut is here). If someone knows how to fix the code above to work with macro please feel free to fix it.

StenemoStenemo

I'd like to reply to Stenemo but this is a new account and I need 50 reputation or something.

Anyway, this works:

Source: https://www.reddit.com/r/excel/comments/383b3z/keyboard_shortcut_for_listing_all_the_worksheet/crs7pah/?utm_source=share&utm_medium=web2x

Cheers.

Edit for some reason if I use this with a keyboard shortcut it turns on and off my num lock every time it's run.

jmathfourjmathfour

Not the answer you're looking for? Browse other questions tagged microsoft-excelkeyboard-shortcutsmicrosoft-excel-2013 or ask your own question.

1. Navigate Worksheets
Arrow KeysMove one cell up, down, left, or right in a worksheet
Page Down/Page UpMove one screen down / one screen up in a worksheet
Alt+Page Down/Alt+Page UpMove one screen to the right / to the left in a worksheet
Tab/Shift+TabMove one cell to the right / to the left in a worksheet
Ctrl+Arrow KeysMove to the edge of next data region (cells that contains data)
HomeMove to the beginning of a row in a worksheet
Ctrl+HomeMove to the beginning of a worksheet
Ctrl+EndMove to the last cell with content on a worksheet
Ctrl+FDisplay the Find and Replace dialog box (with Find selected)
Ctrl+HDisplay the Find and Replace dialog box (with Replace selected)
Shift+F4Repeat last find
Ctrl+G (or F5)Display the 'Go To' dialog box
Ctrl+Arrow Left/Ctrl+Arrow RightInside a cell: Move one word to the left / to the right
Home/EndInside a cell: Move to the beginning / to the end of a cell entry
Alt+Arrow DownDisplay the AutoComplete list eg in cell with dropdowns or autofilter
EndTurn 'End' mode on In End mode, press arrow keys to move to the next nonblank cell in the same column or row as the active cell From here use arrow keys to move by blocks of data, home to move to last cell, or enter to move to the last cell to the right

▲ up

2. Basic and Advanced Cell Selections
Shift+SpaceSelect the entire row
Ctrl+SpaceSelect the entire column
Shift+Arrow KeysExtend the selection by one cell
Shift+Page Down/Shift+Page UpExtend the selection down one screen /up one screen
Shift+HomeExtend the selection to the beginning of the row There is no Shift+End equivalent
Ctrl+Shift+Arrow KeyExtend the selection to the last cell with content in row or column
Ctrl+A (or ctrl+Shift+Spacebar, or Ctrl+Shift+*)Select the entire worksheet or the>
3. Navigate Inside Selected Text Blocks
Tab/Shift+TabMove active cell right / left in a selection
Shift+F8Lock Selection which allows to add another (adjacent or non-adjacent) range of cells to the selection Use arrow keys and shift+arrow keys to add to selection
F8Turn on extension of selection with arrow keys without having to keep pressing shift
Enter/Shift+EnterMove active cell down / up in a selection
Shift+BackspaceSelect only the active cell when multiple cells are selected
Ctrl+BackspaceShow active cell within selection
Ctrl+. (period)Move clockwise to the next corner of the selection
Ctrl+Alt+Arrow Right/Ctrl+Alt+Arrow LeftMove to the right / to the left between non-adjacent selections (with multiple ranges selected)
EscCancel Selection

▲ up

4. Edit Complete Cells
Ctrl+DFill Down Select cells with value in first row Ctrl+D fills the value of that first cell in selection to all cells in selection downwards
Ctrl+RFill Right: Select cell with value in first cell Ctrl+E fills value of that first cell in selection to all cells rightwards
Ctrl+-Delete Cell/Row/Column Menu
Ctrl+- with row / column selectedDelete row / delete column
Ctrl+Shift++Insert Cell/Row/Column Menu
Ctrl+Shift++ with row / column selectedInsert row/ insert column
Shift+F2Insert / Edit a cell comment
Shift+F10, then MDelete comment
Ctrl+KInsert a HyperlinK (for complete cell only)
Ctrl+9Hide the selected rows
Ctrl+Shift+9Unhide any hidden rows within the selection
Ctrl+0 (zero)Hide the selected columns Since Excel 2010, there is no more shortcut to unhide columns
Ctrl+` (Accent Grave)Alternate between displaying cell values and displaying cell formulas This is Accent Grave on top left of keyboard, not a quotation mark

▲ up

5. Edit Content of Cells
F2Edit the active cell with cursor at end of the line
Alt+EnterStart a new line in the same cell
EnterComplete a cell entry and move down in the selection With multiple cells selected: fill cell range with current cell
Shift+EnterComplete a cell entry and move up in the selection
Tab/Shift+TabComplete a cell entry and move to the right / to the left in the selection
EscCancel a cell entry
BackspaceDelete the character to the left of the insertion point, or delete the selection
DeleteDelete the character to the right of the insertion point, or delete the selection
Ctrl+DeleteDelete text to the end of the line
Ctrl+; (semicolon)Insert current date
Ctrl+Shift+: (colon)Insert current time
Ctrl+'Duplicate value from Cell above into current Cell

▲ up

6. Excel Basics
Shift+F10Display the shortcut menu for the selected command (simulates right mouse button)
Ctrl+ZUndo last action (multiple levels)
Ctrl+YRedo last action (multiple levels)
Ctrl+CCopy contents of selected cells
Ctrl+XCut contents of selected cells
Ctrl+VPaste content from clipboard into selected cell
Ctrl+Alt+vIf data exists in clipboard: Display the Paste Special dialog box

▲ up

7. Format Cells
Ctrl+1Open Format Cells dialog with last selection active
Ctrl+Shift+FOpen Format Cells dialog with Font Tab active
Ctrl+BApply or remove bold formatting
Ctrl+IApply or remove italic formatting
Ctrl+UApply or remove an underline
Ctrl+5Apply or remove strikethrough formatting
Ctrl+Shift+~Apply the General number format
Ctrl+Shift+1Apply the Number format with two decimal places, thousands separator, and minus sign (-) for negative values
Ctrl+Shift+2Apply the Time format with the hour and minute, and indicate AM or PM
Ctrl+Shift+3Apply the Date format with the day, month, and year
Ctrl+Shift+4Apply the Currency format with two decimal places
Ctrl+Shift+5Apply the Percentage format with no decimal places
Ctrl+Shift+6Apply the Scientific number format with two decimal places
F4Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Alt+H, ALAlign Left
Alt+H, ARAlign Right
Alt+H- ACAlign Cight
Alt+H, ATAlign Top
Alt+H, AMAlign Middle
Alt+H- ABAlign Bottom
Alt+H, WWrap or unwrap text (Home - Wrap Text)
Alt+H, HHighlight Cell (change cell backgroudn color)
Alt+H, FCFont Color
Alt+H, FSFont Size
Alt+H, MMMerge Cells - Merge
Alt+H, MUMerge Cells - Unmerge
Alt+H, MCMerge Cells - Merge and Center
Alt+H, MAMerge Cells - Merge Across

▲ up

8. Apply Basic Borders to Cells
Ctrl+Shift+7Apply outline border from cell or selection
Ctrl+Shift+_ (underscore)Remove outline borders from cell or selection
Alt+HB, OBottom Border
Alt+HB, PTop Border
Alt+HB, RRight Border
Alt+HB, LLeft Border
Alt+HB, AAll Borders
Alt+HB, AOutside Borders
Alt+HB, NNo Border

▲ up

9. Formulas
=Start a formula
Alt+=Insert the AutoSum formula
Shift+F3Display the Insert Function dialog box
Ctrl+ADisplay Formula Window after typing formula name
Ctrl+Shift+AInsert Arguments in formula after typing formula name
Shift+F3Insert a function into a formula
Ctrl+Shift+EnterEnter a formula as an array formula
F4After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.

▲ up

10. Manage Multipe Worksheets
Ctrl+Page Down/Page UpMove to the next / previous worksheet in current workbook
Shift+F11/Alt+Shift+F1Insert a new worksheet in current workbook
Ctrl+Shift+Page Up / Page DownSelect the current and previous sheet / and next sheet in a workbook
Alt+O then HRRename current worksheet (format, sheet, rename)
Alt+E then LDelete current worksheet (Edit, delete)
Alt+E then MMove current worksheet (Edit, move)

▲ up

11. Manage Multiple Workbooks
F6/Shift+F6Move to the next pane / previous pane in a workbook that has been split
Ctrl+F4Close the selected workbook window
Ctrl+NCreate a new blank workbook (Excel File)
Ctrl+Tab/Ctrl+Shift+TabMove to next / previous workbook window
Alt+SpaceDisplay the Control menu for Main Excel window
Ctrl+F9Minimize current workbook window to an icon Also restores ('un-maximizes') all workbook windows
Ctrl+F10Maximize or restores the selected workbook window
Ctrl+F7Move Workbook Windows which are not maximized
Ctrl+F8Perform size command for workbook windows which are not maximzed
Alt+F4Close Excel

▲ up

12. Various Excel Features
Ctrl+OOpen File
Ctrl+SSave the active file with its current file name, location, and file format
F12Display the Save As dialog box
F10 (or alt)Turn key tips on or off
Ctrl+PPrint File (Opens print menu)
F1Display the Excel Help task pane
F7Display the Spelling dialog box
Shift+F7Display the Thesaurus dialog box
Alt+F8Display the Macro dialog box
Alt+F11Open the Visual Basic Editor to create Macros

▲ up

13. Ribbon Shortcuts
Ctrl+F1Minimize or restore the Ribbons
Space/EnterActivate the selected command or control in the Ribbon, Open the selected menu or gallery in the Ribbon
EnterFinish modifying a value in a control in the Ribbon, and move focus back to the document
F1Get help on the selected command or control in the Ribbon (If no Help topic is associated with the selected command, the Help table of contents for that program is shown instead)

▲ up

14. Pivot Tables
Arrow KeysNavigate inside Pivot tables
Home/EndSelect the first / last visible item in the list
Alt+CMove the selected field into the Column area
Alt+DMove the selected field into the Data area
Alt+LDisplay the PivotTable Field dialog box
Alt+PMove the selected field into the Page area
Alt+RMove the selected field into the Row area
Ctrl+Shift+*Select the entire PivotTable report
EnterDisplay the selected item
SpaceSelect or clear a check box in the list
Ctrl+Tab/ Ctrl+Shift+TabSelect the PivotTable toolbar
Enter then Arrow Down /Arrow UpOn a field button: select the area you want to move the selected field to
Alt+Shift+Arrow RightGroup selected PivotTable items
Alt+Shift+Arrow LeftUngroup selected PivotTable items

▲ up

15. Dialog Boxes
Arrow KeysMove between options in the active drop-down list box or between some options in a group of options
Ctrl+Tab/Ctrl+Shift+TabSwitch to the next/ previous tab in dialog box
SpaceIn a dialog box: perform the action for the selected button, or select/clear a check box
Tab/Shift+TabMove to the next / previous option
A ... ZMove to an option in a drop-down list box starting with the letter
Alt+A ... Alt+ZSelect an option, or select or clear a check box
Alt+Arrow DownOpen the selected drop-down list box
EnterPerform the action assigned to the default command button in the dialog box
EscCancel the command and close the dialog box

▲ up

16. Auto Filter
Alt+Arrow DownOn the field with column head, display the AutoFilter list for the current column
Arrow Down/Arrow UpSelect the next item / previous item in the AutoFilter list
Alt+Arrow UpClose the AutoFilter list for the current column
Home/EndSelect the first item / last item in the AutoFilter list
EnterFilter the list by using the selected item in the AutoFilter list
Ctrl+Shift+LApply filter on selected column headings

▲ up

17. Data Forms
Tab/Shift+TabMove to the next / previous field which can be edited
Enter/Shift+EnterMove to the first field in the next / previous record
Page Down/Page UpMove to the same field 10 records forward / back
Ctrl+Page DownMove to a new record
Ctrl+Page UpMove to the first record
Home/EndMove to the beginning / end of a field

▲ up

18. Adjust Column Width and Row Height
Alt+HO, AFormat - Autoheight Row
Alt+HO, IFormat - Autowidth Column

▲ up

19. Lesser Used Shortcuts
Ctrl+Shift+OSelect all cells with comments
Alt+Shift+Arrow RightGroup rows or columns
Alt+Shift+Arrow LeftUngroup rows or columns
Ctrl+6Alternate between hiding and displaying objects
Ctrl+8Display or hides the outline symbols
Ctrl+6Alternate between hiding objects, displaying objects, and displaying placeholders for objects
Alt+' (apostrophe / single quote)Display the Style dialog box
Ctrl+Shift+[+]If data exists in clipboard: Display the Insert dialog box to insert blank cells
F9Calculate all worksheets in all open workbooks
Shift+F9Calculate the active worksheet
Ctrl+Alt+F9Calculate all worksheets in all open workbooks, regardless of whether they have changed since the last calculation
Ctrl+Alt+Shift+F9Recheck dependent formulas, and then calculates all cells in all open workbooks, including cells not marked as needing to be calculated
Ctrl+Shift+UToggle expand or collapse formula bar
Ctrl+F3Define a name or dialog
Ctrl+Shift+F3Create names from row and column labels
F3Paste a defined name into a formula
Ctrl+TInsert a table (display Create Table dialog box)
Alt+F1Create and insert chart with data in current range as embedded Chart Object
F11Create and insert chart with data in current range in a separate Chart sheet

▲ up