Elite Membership

Keyboard Shortcuts in Excel

Written by Jeevan A Y Jeevan A Y Freelance Writer Jeevan, a seasoned data expert with 7 years in MIS reporting, excels in Advanced Excel, VBA, Power BI, and SQL. Currently an Assistant Manager MIS, his insightful data storytelling drives swift decision-making. 7+ years of experience MBA (Finance & Marketing) MIS Reporting View Full Profile
Reviewed by Dheeraj Vaidya, CFA, FRM Dheeraj Vaidya, CFA, FRM Content Reviewer & Course Director Dheeraj is a former J.P. Morgan and CLSA Equity Analyst with nearly two decades of experience in financial modeling, valuation, equity research, and corporate finance. He specializes in helping students and professionals develop practical and in-demand finance skills through structured and AI-powered, 20+ Years of experience CFA, FRM, IIT Delhi, IIM Lucknow Financial Modeling View Full Profile
Updated Dec 20, 2024
Read Time 17 min

What are Excel Shortcuts?

An Excel shortcut is a technique of performing a manual task in a quicker way. The shortcuts help speed up the work, which saves time for the secondary tasks of the job. Since Excel is used by almost everybody in some form or the other, it is essential to be aware of the shortcuts.

For example, the excel shortcut โ€œCtrl+Oโ€ opens an already existing workbook. The shortcut โ€œCtrl+Wโ€ closes the currently active workbook.

The purpose of using an excel shortcut is to save the worksheet creator from extra clicks. This improves the productivity at the workplace.

At times, the same task is repeated in Excel on a daily basis. Since such tasks may not have a shortcut, the solution is to create it by recording a macro.

Keyboard Shortcuts in Excel

Top 20 Keyboard Shortcuts in Excel

This article discusses the important excel shortcuts which have been consolidated keeping in mind the day-to-day needs of the user. The explanation of each technique is followed by a relevant example.

It is not possible to memorize every excel shortcut. However, a regular usage does allow gradual learning. To develop expertise in Excel, it is imperative to go beyond the basic cut (Ctrl+X), copy (Ctrl+C), and paste (Ctrl+V) shortcuts.

#1โ€“Paste as Values With โ€œPaste Specialโ€

If a formula cell is copied and pasted, its formula is pasted and not the value of the cell. With โ€œpaste special,โ€ it is possible to paste the value of the formula cell at the desired location.

The excel shortcut โ€œAlt+E+S+Vโ€ (press one by one) opens the โ€œpaste specialโ€ window and selects โ€œvaluesโ€ under โ€œpaste.โ€

Note: Prior to pressing the excel shortcut, the formula cell must be copied and the desired output cellย (where output is required) should be selected.

TOP 20 excel shortcuts - Paste as Values

Example

The succeeding table shows the prices (in $ in column B) at which some units (column A) of a product are sold. We want to calculate the sales figures and, instead of formulas, paste the final values in column C.

Use the shortcut of the โ€œpaste specialโ€ property.

The steps to calculate sales and apply the โ€œpaste specialโ€ shortcut are listed as follows:

Step 1: In cell C2, enter the following formula.

โ€œ=B2*A2โ€

The cell C2 is dependent on the cells A2 and B2.

Copy-paste or drag the formula to the remaining cells. The formulas are applied to the entire range (C2:C6).

TOP 20 excel shortcuts - Paste as Values 1

Step 2: Copy the formula cell C2. Press the keys โ€œALT+E+S+Vโ€ one by one. The โ€œpaste specialโ€ window opens. โ€œValuesโ€ is automatically selected under โ€œpaste.โ€ Click โ€œOk.โ€

TOP 20 excel shortcuts - Paste as Values 2

Step 3: The number 3,432 is pasted in cell C2 as a value and not as a formula.

TOP 20 excel shortcuts - Paste as Values 3

#2โ€“Sum Numbers With AutoSum

Often, there is a need to sum a set of numbers. To do this, we usually apply the SUM function. An alternative method is to use the excel shortcut key.

The shortcut โ€œAlt+=โ€ (press together) sums numbers.

TOP 20 excel shortcuts - Auto Sum

Example #2

The following table shows the region-wise sales of an organization. We want to sum all the sales figures to find the total sales. Use the shortcut of AutoSum.

Step 1: Select cell B6. Press the excel shortcut keys โ€œAlt+=โ€ together.

Step 2: The SUM formula automatically appears in cell B6, as shown in the following image.

TOP 20 excel shortcuts - Auto Sum 1

#3โ€“Fill the Subsequent Cell With the Fill Down

The fill down property fills the present (subsequent) cell with the value or formula of the immediately preceding cell. This feature is often used while entering data in Excel.

The excel shortcut โ€œCtrl+Dโ€ (press together) fills the immediately following cell with the data or formula of the preceding cell.

If a range of cells is selected, the content of the topmost cell is filled in the cells below. If the subsequent cell already contains a value, pressing โ€œCtrl+Dโ€ overwrites it.

Note 1: If the preceding cell contains a value, the fill down feature copies the same to the immediately following cell. However, if the preceding cell contains a formula, the same is copied.

Note 2: While copying a formula, the cell references may or may not change depending on the kind of references used (relative or absolute).

Note 3: The shortcut โ€œCtrl+Dโ€ works only for columns and not for rows. For rows, use theย shortcut โ€œCtrl+Rโ€ (press together), which fills cells to the right.

shortcut โ€œCtrl+Dโ€

Example

The left side of the following image shows the first and the last names in columns A and B respectively. We want to copy the first name of row 4 in row 5 with the help of the fill down excel shortcut.

Step 1: Select cell A5. Press the keys โ€œCtrl+Dโ€ together.

Step 2: The name โ€œJawaharโ€ is copied to cell A5, as shown by the right side of the following image.

TOP 20 excel shortcuts - Auto Sum 2

Example

The left side of the following image shows the sales (column G) calculated by multiplying the price (column F) with the number of units (column E).

We want to calculate the sales (units=45 and price=26) for the entry in row 7. Use the fill down shortcut.

Step 1: Enter 26 as the price in cell F7. Select cell G7 and press the keys โ€œCtrl+D.โ€

Step 2: The formula of the preceding cell (G6) is copied to cell G7, as shown by the right side of the following image.

TOP 20 excel shortcuts - Auto Sum 3

#4โ€“Select the Entire Row or Column

Often, there is a need to select the entire row or column in Excel.

The excel shortcut โ€œShift+spaceโ€ (press together) selects the entire row.

TOP 20 excel shortcuts - Select Entire Row and Column

The shortcut โ€œCtrl+spaceโ€ (press together) selects the entire column.

TOP 20 excel shortcuts - Select Entire Row and Column 2

Example

The following image shows a blank worksheet. With the help of the shortcut, we want to:

a) Select row 4 in the given worksheet

b) Select column B in the given worksheet

a) Step 1: Select any cell in row 4. Press the excel shortcut keys โ€œShift+spaceโ€ together.

Step 2: The entire row 4 is selected, as shown in the following image.

excel short cut - shift + Space

b) Step 1: Select any cell in column B. Press the shortcut keys โ€œCtrl+spaceโ€ together.

Step 2: The entire column B is selected, as shown in the following image.ย 

excel short cut - cntrl + Space fpr column

#5โ€“Insert and Delete Row or Column

At times, we may need to insert or delete a row or column.

The excel shortcut โ€œCtrl+Shift+plus sign (+)โ€ inserts a new row or column. The keys must be pressed together.

Prior to pressing this shortcut, select the entire row or column preceding which the insertion has to be made. For this, click the row or column label appearing at the leftmost side or on top.

excel shortcut โ€œCtrl+Shift+plus sign (+)

The excel shortcut โ€œCtrl+minus sign (-)โ€ deletes an existing row or column. The keys must be pressed together.

Prior to pressing this shortcut, select the entire row or column which has to be deleted.

TOP 20 excel shortcuts - Delete & Add Entire Row or Column 1

Note: If the preceding shortcuts (insert or delete) are pressed by selecting a cell rather than the entire row or column, the โ€œinsertโ€ or โ€œdeleteโ€ dialog box opens.

Example

The following image shows the number of units (column E), prices (column F), and sales (column G). With the help of the shortcut, we want to:

a) Insert a row preceding row 4

b) Delete the newly inserted row 4.

a) Step 1: Select the entire row 4 by clicking the label โ€œ4โ€ at the leftmost side.

Step 2: Press the keys โ€œCtrl+Shift+plus sign (+)โ€ together.

Step 3: A row preceding row 4 is inserted, as shown in the following image.ย 

excel short cut - Ctrl +

b) Step 1: Click the row label to select the entire row 4.

Step 2: Press the keys โ€œCtrl+minus sign(-)โ€ together.

Step 3: The newly inserted row (inserted in step 3 of the preceding solution) is deleted. Theย same is shown in the following image.

excel short cut - Ctrl -

#6โ€“Insert and Edit Comment

In Excel, we may need to enter comments for a specific cell. This saves the information related to that cell and allows returning to the same, if required.

The excel shortcut โ€œright-click+Mโ€ (press one by one) inserts a new comment on a cell.

The right-click button (menu or the context key) on the keyboard opens the context menu for the selected item. The menu key is located at the bottom, to the right side of the spacebar. It is placed between the right side โ€œAltโ€ and the right side โ€œCtrlโ€ key.

Prior to pressing the shortcut, it is important to select the cell in which a comment is to be inserted.

Note: Alternatively, press โ€œShift+F10โ€ (press together) to open the context menu. Thereafter, press โ€œMโ€ to insert a comment.

TOP 20 excel shortcuts - Insert Comment and Edit Comment

The excel shortcut โ€œShift+F2โ€ (press together) helps edit a comment.

Prior to pressing the shortcut, select the cell containing the comment to be edited.

excel shortcut โ€œShift+F2โ€

Example

Working on the data of example #6, we want to:

a) Insert a comment on cell C2

b) Edit the comment of cell C2

Use the shortcut of inserting and editing comments.

a) Step 1: Select the cell C2. Press the menu key followed by โ€œM.โ€

Step 2: A comment is inserted on cell C2, as shown in the following image.

excel short cut - Right Click + M

b) Step 1: Select the cell C2. Press the keys โ€œShift+F2โ€ together.

Step 2: The cursor appears inside the comment. The comment can now be edited, as shown in the following image.

excel short cut - Shift + F2

#7โ€“Move Between Sheets

While working in Excel, different sheets are required to be dealt with at one time. Moreover, it is tedious to click the sheet labels at the bottom of the workbook. The shortcuts help in quickly navigating through the sheets.

The excel shortcut โ€œCtrl+page downโ€ (press together) helps move from the currently active sheet to the next sheet.

TOP 20 excel shortcuts - Moves between Sheets

The excel shortcut โ€œCtrl+page upโ€ (press together) helps move from the currently active sheet to the preceding sheet.

TOP 20 excel shortcuts - Moves between Sheets 1

For example, the sheet names are โ€œsheet 1,โ€ โ€œsheet 2,โ€ and โ€œsheet 3โ€ and the current active sheet is โ€œsheet 2.โ€ To go to โ€œsheet 3,โ€ press โ€œCtrl+page down.โ€ Press โ€œCtrl+page upโ€ to move to โ€œsheet 1.โ€

Example

The following image shows the different data sheets of a workbook. With the help of the excel shortcut, we want to:

a) Move from the โ€œinsert commentโ€ sheet to the โ€œfreeze rows & columnโ€ sheet

b) Move from the โ€œfreeze rows & columnโ€ sheet back to the โ€œinsert commentโ€ sheet

a) Step 1: Press the keys โ€œCtrl+page downโ€ together.

Step 2: There is a movement from โ€œinsert commentโ€ to โ€œfreeze rows & columnโ€ sheet. Theย latter sheet is now the currently active sheet.

b) Step 1: Press the keys โ€œCtrl+page upโ€ together.

Step 2: There is a movement from โ€œfreeze rows & columnโ€ to โ€œinsert commentโ€ sheet. The currently active sheet now is the โ€œinsert commentโ€ sheet.

freeze rows & column

#8โ€“Add Filters

To add or remove filters from a dataset, select โ€œfilterโ€ from the Data tab or the Home tab (โ€œsort and filterโ€ drop-down) of the Excel ribbon. However, this method is manual and takes time.

The excel shortcuts โ€œCtrl+Shift+Lโ€ (press together) or โ€œAlt+D+F+Fโ€ (press one by one) add and remove filters.

Apply Filter
Apply Filter 1

Example

Working on the data of example #6, we want to insert filters on columns A, B, and C. Thereafter, remove these filters. Use the shortcut keys.

Step 1: Select cell A1. Press the keys โ€œCtrl+Shift+Lโ€ together. Alternatively, press the keys โ€œAlt+D+F+Fโ€ one by one.

Step 2: The filters are added to columns A, B, and C.

Step 3: Press the preceding shortcuts (pressed in step 1) again. The filters are removed.

The insertion and removal of filters are shown in the following image.ย 

shift + Ctrl L

#9โ€“Freeze Rows and Columns

While working in Excel, there may be a need to freeze the first row and the first column. Once frozen, the given row and column do not move while scrolling through the remaining data.

The excel shortcut โ€œAlt+W+F+Fโ€ (press one by one) freezes the rows and/or columns based on the current selection of cell.

To freeze the first row and the first column, select cell B2.

Note: The given shortcut freezes the rows preceding the currently selected cell. At the same time, the columns to the left of the currently selected cell are also frozen.

Freeze-Rows-and-Columns-with-shortcut - excel shortcut โ€œAlt+W+F+Fโ€

Example

The following image shows the username and the passwords in columns A and B respectively. We want to freeze the first row and the first column with the help of the shortcut keys.

Step 1: Select cell B2. Press the shortcut โ€œAlt+W+F+Fโ€ one by one.

Step 2: The first row and the first column are frozen, as shown in the following image.

Alt + W + F + F

#10โ€“Open โ€œFormat Cellsโ€ Dialog Box

The โ€œformat cellsโ€ dialog box helps format a cell or a cell range of Excel. To open this box manually, select a cell and right-click the same. Thereafter, choose the โ€œformat cellsโ€ option from the context menu.

The shortcut โ€œCtrl+1โ€ (press together) opens the โ€œformat cellsโ€ dialog box.

Open โ€œFormat Cellsโ€ Dialog Box

Example

We want to open the โ€œformat cellsโ€ dialog box in an Excel worksheet with the help of the shortcut.

Step 1: In the worksheet, press โ€œCtrl+1โ€ together.

Step 2: The โ€œformat cellsโ€ dialog box appears, as shown in the following image.

Ctrl + 1

#11โ€“Adjust Column Width

To adjust the width of a column, one needs to double-click the column edge. This task can also be done with the help of a shortcut.

The excel shortcut โ€œAlt+O+C+Aโ€ (press one by one) adjusts the width of the selected column.

Adjust Your Column Width

Example

The left side of the following image shows the usernames in column A. Since the width of this column has not been adjusted, some entries are exceeding its right-side border.

We want to adjust the width of column A with the help of the shortcut keys.

Step 1: Select the column (column A) whose width has to be adjusted.

Step 2: Press the shortcut keys โ€œAlt+O+C+Aโ€ one by one.

Step 3: The column width is adjusted, as shown by the right side of the following image. Hence, all entries fit in column A.

Alt + O + C + A

#12โ€“Repeat the Last Task

In Excel, one may need to repeat the last task or action performed. This task can be formatting, inserting a new row or column, deleting an existing row or column, and so on.

The shortcut โ€œF4โ€ repeats the last task, if possible.

Repeat the Last Task F4

#13โ€“Insert Line Breaks in a Cell

While typing in a cell, there may be a need to insert a line break. The line break helps add spacing between the sentences of a cell. Once a line break is added, the user can begin a new sentence in the same cell.

The excel shortcut โ€œAlt+Enterโ€ (press together) inserts a line break within a cell.

Insert line breaker inside the cell

Example

The following image shows a question in cell A1. We want to insert a line break in order to type a new sentence within the same cell A1. Use the shortcut for the same.

Step 1: Double-click the cell (cell A1) within which a line break is to be inserted.

Step 2: Click at the place (after the two question marks) where the line break is to be inserted.

Step 3: Press the keys โ€œAlt+Enterโ€ together. The line break appears, as shown in the following image. Hence, after the spacing has been inserted, the user can begin a new sentence in cell A1.

Alt + Enter

#14โ€“Move Between Different Workbooks

To switch between various windows, the shortcut โ€œAlt+tabโ€ is used. However, often while working, one needs to move from one workbook to another.

The excel shortcut โ€œCtrl+tabโ€ (press together) helps switch between the open workbooks.

Alt + Tab

#15โ€“Spell-Check

Prior to submitting an Excel worksheet to seniors at the workplace, it is essential to do a quick spell-check. This lets the user know the mistakes and the corrections that should be followed presently and in the future.

The excel shortcut โ€œF7โ€ helps perform a spell-check of the currently active worksheet.

Spell Check F7

Example

The following image shows the usernames in column A. We want to run a spell-check on this worksheet with the help of the shortcut.

Step 1: Press the shortcut โ€œF7.โ€

Step 2: The โ€œspellingโ€ dialog box appears, as shown in the following image. Hence, the spellings of column A can be corrected by matching them against the suggestions.

F7

#16โ€“Move Between Worksheet and Excel VBA Editor

While working with macros, one needs to move between the VBA editorย and the Excel worksheet.

The excel shortcut โ€œAlt+F11โ€ helps switch between the VBA editor and the worksheet.

Move Between Worksheet and Excel VBA Editor

#17โ€“Select a Cell Range

Selecting the cell ranges of Excel can be a time-consuming task, if done manually.

The excel shortcut โ€œCtrl+Shift+arrow keysโ€ selects the cell ranges of Excel.

Note: The selection of cells, in the same row or column as the currently active cell, is carried out till the last non-blank cell. However, if the following cell (in the same row or column as the currently active cell) is blank, the selection is carried out till the next non-blank cell.

select the set of range

Example

The following image shows the usernames, passwords, designations, titles, and first names in columns A, B, C, D, and E respectively. We want to select the range A1:E100 with the help of the shortcut.

Step 1: Select cell A1. Press the keys โ€œCtrl+Shift+right arrowโ€ to select till cell E1.

Step 2: Press the keys โ€œCtrl+Shift+down arrowโ€ to select till cell E100.

Step 3: The range A1:E100 is selected, as shown in the following image.

excel shortcut - Shift + Cntrl + Right Arrow + Down Arrow

#18โ€“Select the Last Non-Blank Cell of a Row or Column

Beginning from cell A1, one may need to go to the last cell of column A. This requires manual scrolling, which is a difficult task, particularly when working with large datasets.

The excel shortcut โ€œCtrl+down arrowโ€ (press together) helps the user go to the last non-blank cell of the current column (column of the active cell).

TOP 20 excel shortcuts - To go to last cell of the Row or Column

The excel shortcut โ€œCtrl+right arrowโ€ (press together) helps the user go to the last non-blank cell of theย current row (row of the active cell).

To go to last cell of the Column 1

Note: In case the cell immediately following the active cell is blank, the next non-blank cell is selected.

Example

The following table shows the usernames and passwords in columns A and B respectively. We want to go to the cell A100, which is the last non-blank cell of column A. Use the shortcut keys.

Step 1: Select cell A1. Press the keys โ€œCtrl+down arrowโ€ together.

Step 2: The last cell (A100) of the dataset is selected, as shown in the following image.

shortcut - Ctrl + Down Arrow

#19โ€“Delete the Active Sheet

To delete a sheet manually, one can right-click the sheet name and select โ€œdelete.โ€ Alternatively, the shortcut helps do the same quickly.

The excel shortcut โ€œAlt+E+Lโ€ (press one by one) deletes the currently active sheet.

Once the given shortcut is pressed, a message appears stating that the data of the worksheet will be permanently deleted. Click โ€œdeleteโ€ to delete the sheet, otherwise press โ€œcancel.โ€

Delete the Active Sheet

#20โ€“Insert a New Sheet

Often, new sheets are required to be added to the workbook. It is possible to insert a new sheet with a single click.

The excel shortcut โ€œShift+F11โ€ (press together) inserts a new sheet in the current workbook.

shift F11 Insert new sheet

The excel shortcut โ€œF11โ€ inserts a chart sheet in which a chart can be created by selecting a data range.

F11 - Insert a chart

Frequently Asked Questions

1. What are Excel shortcuts and how to use them?

An Excel shortcut helps perform a manual task in a faster way. With the application of shortcuts, the user saves time and improves the productivity. This saved time can be used for focusing on other projects of a job role.

The list of Excel shortcuts is a large one. There are shortcuts for entering, formatting, deleting, and selecting data. So, it is not possible to learn all the shortcuts. However, knowing the regularly used ones is essential.

To use an Excel shortcut, press the particular keys on the keyboard. But, prior to using it, one must know whether to press the keys simultaneously or one by one. This is because each shortcut works in a specific way.

2. What are the basic Excel shortcuts and how to learn them?

The basic Excel shortcuts are listed as follows:

Ctrl+S: It saves a workbook.
Ctrl+A: It selects the entire worksheet.
Ctrl+B: It makes the content of the selected cells bold.
Ctrl+C: It copies the selected cell.
Ctrl+I: It italicizes the content of the selected cell.
Ctrl+P: It opens the โ€œprintโ€ dialog box.
Ctrl+X: It cuts the content of the selected cell.
Ctrl+V: It pastes in the currently selected cell.
Ctrl+Z: It undoes the last action.

Excel shortcuts can be learned with regular usage and practice. The more you practice working on Excel, the more habitual you will become. In this way, you can learn gradually.

Note: The keys of all the preceding shortcuts should be pressed simultaneously.

3. How to work with Excel formulas by way of shortcuts?

The โ€œtabโ€ key is an important shortcut used for auto-completing the name of the function. For instance, to enter the CONCATENATE function in a cell, type โ€œ=CONโ€ and press the โ€œtabโ€ key. The CONCATENATE function is automatically selected.

With the โ€œF4โ€ key, one can toggle between the relative, absolute, and mixed references. Double-click the formula cell and press โ€œF4โ€ to change the type of reference.

Likewise, different keyboard keys have different functions. By applying shortcuts to Excel formulas, one can simplify working with calculations.

This has been a guide to the top 20 keyboard shortcuts in Excel. Here we discuss the working of keyboard shortcuts and how to use these Excel shortcuts to save your time. You may learn more about Excel from the following articles-