ADVANCED SHORTCUT KEY FOR EXCEL IN WINDOWS

ADVANCED SHORTCUT KEY FOR EXCEL IN WINDOWS


Microsoft Excel is a very powerful application for spreadsheet processing and a pretty old one, its first version emerged as early as in 1984. Each new version of Excel came with more and more new shortcuts and seeing the full list (over 200!) you may feel a bit intimidated. Don't panic! 20 or 30 keyboard shortcuts will absolutely suffice for everyday work; while others are purposed for highly specific tasks such as writing VBA macros, outlining data, managing PivotTables, recalculating big workbooks, etc.

Must-have Excel shortcuts no workbook can do without

I know, I know, these are basic shortcuts and most of you are comfortable with them. Still, let me write them down again for beginners.
Note for newbies: The plus sign "+" means the keys should be pressed simultaneously. The Ctrl and Alt keys are located on the bottom left and bottom right sides of most keyboards.
Ctrl + NCreate a new workbook.
Ctrl + OOpen an existing workbook.
Ctrl + SSave the active workbook.
F12Save the active workbook under a new name, displays the Save as dialog box.
Ctrl + WClose the active workbook.
Ctrl + CCopy the contents of the selected cells to Clipboard.
Ctrl + XCut the contents of the selected cells to Clipboard.
Ctrl + VInsert the contents of the Clipboard into the selected cell(s).
Ctrl + ZUndo your last action. Panic button :)
Ctrl + POpen the "Print" dialog.

Formatting data

Ctrl + 1Open the "Format Cells" dialog.
Ctrl + T"Convert selected cells to a table. You can also select any cell in a range of related data, and pressing Ctrl + T will make it a table.
Find more about Excel tables and their features.

Working with formulas

TabAutocomplete the function name. Example: Enter = and start typing vl, press Tab and you will get =vlookup(
F4Cycle through various combinations of formula reference types. Place the cursor within a cell and hit F4 to get the needed reference type: absolute, relative or mixed (relative column and absolute row, absolute column and relative row).
Ctrl + `Toggle between displaying cell values and formulas.
Ctrl + 'Insert the formula of the above cell into the currently selected cell or the Formula Bar.

Navigating and viewing data

Ctrl + F1Show / hide the Excel Ribbon. Hide the ribbon to view more than 4 rows of data.
Ctrl + TabSwitch to the next open Excel workbook.
Ctrl + PgDownSwitch to the next worksheet. Press Ctrl + PgUp to switch to the previous sheet.
Ctrl + GOpen the "Go to" dialog. Pressing F5 displays the same dialog.
Ctrl + FDisplay the "Find" dialog box.
HomeReturn to the 1st cell of the current row in a worksheet.
Ctrl + HomeMove to the beginning of a worksheet (A1 cell).
Ctrl + EndMove to the last used cell of the current worksheet, i.e. the lowest row of the rightmost column.

Entering data

F2Edit the current cell.
Alt + EnterIn cell editing mode, enter a new line (carriage return) into a cell.
Ctrl + ;Enter the current date. Press Ctrl + Shift + ; to enter the current time.
Ctrl + EnterFill the selected cells with the contents of the current cell.
Example: select several cells. Press and hold down Ctrl, click on any cell within selection and press F2 to edit it. Then hit Ctrl + Enter and the contents of the edited cell will be copied into all selected cells.
Ctrl + DCopy the contents and format of the first cell in the selected range into the cells below. If more than one column is selected, the contents of the topmost cell in each column will be copied downwards.
Ctrl + Shift + VOpen the "Paste Special" dialog when clipboard is not empty.
Ctrl + YRepeat (Redo) the last action, if possible.

Selecting data

Ctrl + ASelect the entire worksheet. If the cursor is currently placed within a table, press once to select the table, press one more time to select the whole worksheet.
Ctrl + Home 

Ctrl + Shift + End
Select the entire range of your actual used data on the current worksheet.
Ctrl + SpaceSelect the entire column.
Shift + SpaceSelect the entire row.
If you find the post useful, please click the subscribe buttons and share with friends, or just drop me a comment :)

Comments