Written by Allen Wyatt (last updated January 25, 2025)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365
The quickest way to select a range of data on your worksheet is to use Ctrl+Shift+8. (This is the same as Ctrl+*.) This selects, using the currently selected cell as the starting point, the contiguous cells that contain data. The selection stops when a blank row or a blank column is reached. The shortcut also results in the upper-left cell of the range being the active cell.
To see how the shortcut works, suppose you have data in the range A1:A325, and more data in the range C1:E190. If you start with cell A7 selected and then press Ctrl+Shift+8, then A1:A325 is selected. (The other data range isn't selected because column B is blank.) If you start with cell D12 selected and press Ctrl+Shift+8, then the range C1:E190 is selected. Again, the selection doesn't extend to column A because column B is blank.
There is another keyboard shortcut that will also select a data range: Ctrl+A. In most Windows-based programs, Ctrl+A stands for "select all," meaning everything in whatever file the program is working on. Not so in Excel. If you have a cell selected within a data range, pressing Ctrl+A once will function the same as Ctrl+*. If you press Ctrl+A a second time, then Excel selects the entire worksheet.
There is a difference between Ctrl+* and Ctrl+A, though: Pressing Ctrl+* not only selects the data range, it also makes the top-left cell in that data range the active cell. Pressing Ctrl+A to select the data range leaves the active cell unchanged.
You can get around this behavior a bit by remembering that once you have a range of cells selected, you can repeatedly press Ctrl+. (that's Ctrl and a period) to select the cells at the corners of the selected range. Thus, pressing Ctrl+A once and then pressing Ctrl+. is the same as pressing Ctrl+*.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (8966) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Shortcut for Selecting a Data Range.
Program Successfully in Excel! This guide will provide you with all the information you need to automate any task in Excel and save time and effort. Learn how to extend Excel's functionality with VBA to create solutions not possible with the standard features. Includes latest information for Excel 2024 and Microsoft 365. Check out Mastering Excel VBA Programming today!
Do you need a way to split dates out into the individual parts that make up that date? This tip provides two easy ways ...
Discover MoreWhen you want to remove information from a worksheet, you can either clear cells or delete cells. This tip examines the ...
Discover MoreWhen you filter rows in your data, you may want to later number those rows. This tip provides a variety of ways you can ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2025-01-25 05:30:12
Alex Blakenburg
Ctrl+A behaves differently with an Excel Table (ListObject) selected. While Ctrl+* still selects the Entire Table including the heading,
Pressing Ctrl+A
• Once -> Selects the Tables Data Range excluding the headings
• Twice -> Expands to include the headings (=Ctrl+*)
• Three times -> selects the Entire Worksheet
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments