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. 🙂












12 Responses to “29 Excel Formula Tips for all Occasions [and proof that PHD readers truly rock]”
Some great contributions here.
Gotta love the Friday 13th formula 😀
Great tips from you all! Thanks a lot for sharing! bsamson, particularly you helped me on a terribly annoying task. 🙂
(BTW, Chandoo, it's not exactly "Find if a range is normally distributed" what my suggestion does. It checks if two proportions are statistically different. I probably gave you a bad explanation on twitter, but it'd be probably better if you fix it here... 🙂 )
Great compilation Chandoo
For the "Clean your text before you lookup"
=VLOOKUP(CLEAN(TRIM(E20)),F5:G18,2,0)
I would like to share a method to convert a number-stored-as-text before you lookup:
=VLOOKUP(E20+0,F5:G18,2,0)
@Peder, yeah, I loved that formula
@Aires: Sorry, I misunderstood your formula. Corrected the heading now.
@John.. that is a cool tip.
Hey Chandoo,
That p-value formula is really great for a statistics person like me.
What a p-value essentially is, is the probability that the results obtained from a statistical test aren't valid. So for example, if my p value is .05, there's a 5% probability that my results are wrong.
You can play with this if you install the Data Analysis Toolpak (which will perform some statistical tests for you AND provide the P Value.)
Let's say for example I've got two weeks of data (separated into columns) with the number of hours worked per day. I want to find out if the total number of hours I worked in week two were really all the different than week one.
Week1 Week2
10 11
12 9
9 10
7 8
5 8
Go to Data > Data Analysis > T-Test Assuming Unequal Variances > OK
In the Variable 1 Box, select the range of data for week 1.
In the Variable 2 Box, select the range of data for week 2.
Check "Labels"
In the Alpha box, select a value (in percentage terms) for how tolerant you are of error.
.05 is the general standard; that is to say I am willing to accept a 95% level of confidence that my result is accuarate.
Select a range output.
Excel calculates a number of results: Average (mean) for each week's data, etc.
You'll notice however that there are two P Values; one-tail and two-tail. (one tail tests are for > or .05), the number of hours I worked in week two is statistically equivalent to the number of hours I worked in week one.
So here’s a way you might want to use this. You put up a new entry on your blog. You think it’s the best entry ever! So you pull your webstats for this week and compare it to last week. You gather data for each week on the length of time a visitor spends on your website. The question you’re trying to prove statistically is whether there’s an average increase in the amount of time spent on your website this week as compared to last week (as a result of your fancy new blog post). You can run the same statistical test I illustrated above to find out. Incidentally, it matters very little to the stat test whether the quantity of visitors differs or not.
Anyhow, the Data Analysis toolpack doesn't perform a lot of stat tests that folks like me would like to have access to. In those cases I have to either use different software, or write some very complicated mathematical formulas. Having this p-value formula makes my life a LOT easier!
Thanks!
Eric~
Fantastic stuf..One line explanation is cool.
Thanks to all the contributors
OS
Take FirstName, MI, LastName in access (you can fix it to work in excel) capitalize first letter of each and lowercase the rest and add ". " if MI exists then same for last name:
Full Name: Format(Left([FirstName],1),">") & Format(Right([FirstName]),Len([FirstName])-1),"") & ". ","") & Format(Left([LastName],1),">") & Format(Right([LastName],Len([LastName])-1),"<")
I teach excel, access, etc etc for a living and i have my access students build this formula one step at a time from the inside out to show how formulas can be made even if it looks complicated. Yes I know I could just do IsNull([MI]) and reverse the order in the Iif() function but the point here is to nest as many functions as possible one by one (also I illustrate how it will fail without the Not() as it is)
Extract the month from a date
The easiest formula for this is =MONTH(a1)
It will return a 1 for January, 2 for February etc.
if in a column we write the value of total person for eg. 10 if we spent 1.33 paise each person then how we get total amount in next column and the result will in round form plzzzzz solve my problem sir................... thank u
@Anjali
If the value 10 is in B2 and 1.33 paise is in C2 the formula in D2 could be =B2*C2
If the values are a column of values you can copy the formula down by copy/paste or drag the small black handle at the bottom right corner of cell D2
kindly share with me new forumulas.
How to convert a figure like 870.70 into 870 but 871.70 into 880 using excel formula ? Please help.