Few weeks back I have invited all of you to share your excel keyboard shortcuts in a open thread. More than 50 people commented on that post and shared a hundred excel keyboard shortcuts with us. There were so many wonderful keyboard shortcuts and tricks buried in the comments section of that post. During the weekend, I spent sometime to collect all these beautiful shortcuts and arranged them neatly so that you can easily learn them. Here is the complete list of Excel Keyboard Shortcuts.
Special thanks to all the commenters on the original post. Without you I couldn’t have learned these shortcuts.
Here is the complete list of excel keyboard shortcuts.
- Shortcuts for Selection
- Shortcuts for Editing
- Shortcuts for Navigation
- Shortcuts for Formatting
- Shortcuts for Formulas
- Shortcuts for Excel Options
- Shortcuts for Auto Complete
- Shortcuts for Everything Else
Note: I have *ed some of the most important shortcuts. These are very useful and extremely time saving ones. You may want to remember a few to boost your productivity.
Select the whole column
Selection
|
Select the whole row
Selection
|
Select table
Selection
|
Save
Selection
|
Select visible cells only
Selection
|
Select entire region
Selection
|
Select range from start cell to far left
Selection
|
Select range from start cell to end in direction of arrow
Selection
|
Select a continuous range of data (e.g. pivot), no matter where your cursor is.
Selection
|
Select blank cells
Selection
|
Select all cells with comments
Selection
|
Select all cells that are directly or indirectly referred to by formulas in the selection
Selection
|
Select all cells with formulas that refer directly or indirectly to the active cell
Selection
|
Selects all the way to a1 from cursor position
Selection
|
Select cells in the direction of arrow
Selection
|
Previous sheet
Navigation
|
Next sheet
Navigation
|
Launch GO TO Dialog (from here you can select special or jump to a cell or range)
Navigation
|
Go to top left (will go to top left of freezed pane if set)
Navigation
|
Go to last non-blank cell
Navigation
|
Go to previous sheet
Navigation
|
Go to next sheet
Navigation
|
Print
Navigation
|
Toggle between workbooks in a given session of excel.
Navigation
|
Change the type of cell reference from relative to absolute or semi-absolute
Formulas
|
Repeat whatever you did last
Formulas
|
Debug portions of a formula (select and press)
Formulas
|
Sum range
Formulas
|
Enter array formula
Formulas
|
Select array formula range
Formulas
|
Display range names (can be used when typing formulas)
Formulas
|
Evaluate formulas. (its easy to remember when working with some “tuf” formulas!)
Formulas
|
Copy a formula from above cell and edit
Formulas
|
Display the formula palette after you type a valid function name in a formula
Formulas
|
Alternate between displaying cell values and displaying cell formulas
Formulas
|
Calculate formulas
Formulas
|
Select all precedent cells
Formulas
|
Select all dependent cells
Formulas
|
Format Selection (cells, objects, charts)
Formatting
|
Bold a cell’s content
Formatting
|
Format Painter – Paste formats from selection
Formatting
|
Format as number with 2 dp
Formatting
|
Format as local currency
Formatting
|
Format as percentage with 0 dp
Formatting
|
Hide row
Formatting
|
Hide column
Formatting
|
Unhide row
Formatting
|
Unhide column
Formatting
|
Display the style command format menu
Formatting
|
Sets/removes strikeout in current cell
Formatting
|
Show/hide the top bar when you have a group
Formatting
|
Single border around selected cells
Formatting
|
Sort
Formatting
|
Insert hyperlink
Formatting
|
Freeze panes
Formatting
|
Remove grid lines or (alt+t)ov(alt+g)[enter]
Formatting
|
To wrap lines
Formatting
|
Save as
Excel Options
|
Collapse the ribbon (press again to expand)
Excel Options
|
Opens print preview
Excel Options
|
Maximize the current window
Excel Options
|
Activate next window
Excel Options
|
Activate previous window
Excel Options
|
Close an excel workbook
Excel Options
|
Split screens
Excel Options
|
Create a pivot table in new sheet (of course after selecting the range)
Everything Else
|
Create a pivot table in the same sheet.
Everything Else
|
Show visual basic editor
Everything Else
|
Macro dialog
Everything Else
|
Apply/remove filter
Everything Else
|
Keep filter on columns, but show all rows
Everything Else
|
Insert pivot table
Everything Else
|
Turn filter on or off
Everything Else
|
Paste values only
Editing
|
Edit a cell, place cursor at the end
Editing
|
Show in-cell drop down with previously entered values
Editing
|
Fills down value from cell above
Editing
|
Add a comment or Edit comment
Editing
|
Insert new sheet
Editing
|
Insert row
Editing
|
Delete row
Editing
|
Copy
Editing
|
Paste
Editing
|
Cut
Editing
|
Undo
Editing
|
Get a line break inside the cell
Editing
|
Clear all contents
Editing
|
Copy
Editing
|
Paste
Editing
|
Make chart/pivot chart
Editing
|
Edit a cell in Apple Macs
Editing
|
Copy the value from the cell above the active cell into the cell or the formula bar
Editing
|
Copies whatever is in the cell to the left of it.
Editing
|
Delete box (cell, row, column)
Editing
|
Insert box (cell, row, column)
Editing
|
Enter current date
Auto Complete
|
Enter current time
Auto Complete
|
Thanks to the contributors
Here is a list of people who contributed these shortcuts.
Vipul, Dau, Stružák, Paul, Eliavs, Pavel S, Fabrice, Noone, Clarity, Jp, Pascal, Jair, Yoav, Nimesh, Bill, Patricia, Mike, Iesmatauw, Chrisham, Harvey, Pranav, Rohit Choudhary, Rohit1409, Rickard, Sachin, Gerald Higgins, Ericlind, Zzz, Felipe, Sridhar, Halva, Catherine, Lavkesh Bhatia, Rick Rothstein, Vishal Haria, Ak, Daniel Ferry, Mehdi Raza.
Thank you 🙂
Share your shortcuts
I know this post is unusally lengthy. But I wanted the list to be as comprehensive as possible. If you know some shortcuts that are not listed, please share them using comments. 🙂
One Response to “How to compare two Excel sheets using VLOOKUP? [FREE Template]”
Maybe I missed it, but this method doesn't include data from James that isn't contained in Sara's data.
I added a new sheet, and named the ranges for Sara and James.
Maybe something like:
B2: =SORT(UNIQUE(VSTACK(SaraCust, JamesCust)))
C2: =XLOOKUP(B2#,SaraCust,SaraPaid,"Missing")
D2: =XLOOKUP(B2#,JamesCust, JamesPaid,"Missing")
E2: =IF(ISERROR(C2#+D2#),"Missing",IF(C2#=D2#,"Yes","No"))
Then we can still do similar conditional formatting. But this will pull in data missing from Sara's sheet as well.