Efficient approach of selecting large amount of rows in an Excel file
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Romantic Lands Beckon
--
Chapters
00:00 Efficient Approach Of Selecting Large Amount Of Rows In An Excel File
00:18 Accepted Answer Score 15
00:59 Answer 2 Score 3
01:24 Answer 3 Score 1
01:58 Answer 4 Score 1
02:22 Thank you
--
Full question
https://superuser.com/questions/488743/e...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#microsoftexcel
#avk47
ACCEPTED ANSWER
Score 15
One thing I do is press F5 (on Windows - brings up the "Go To" menu) and in the Reference section type the address of the range I want to select. For instance, to select the first 100,000 rows, type 1:100000
(or A1:D100000
, etc.).
You can also do various things like hitting Shift+Space and Ctrl+Shift+Down assuming 100000 is the end and your range is contiguous, Ctrl+A to select the entire used range, etc.
ANSWER 2
Score 3
I simply use the End key. Start with A1 selected. Hold down Shift, then press End and then →. Then (while still holding Shift) press End again and then ↓.
This should select everything in a very small number of key strokes. However if there are gaps in your data you may have to press End then ↓ until you have everything.
ANSWER 3
Score 1
For Excel (Windows 10, Office 365 at least) this is very easy.
- Click to select a cell within your table of data
- Press the "End" key to tell Excel that you want to select all cells until the end of the table of data
- Now press and hold the "Shift" key and then press one of the four arrow keys
All the cells from the cell you first selected to the last cell in the arrow's direction should now be selected.
You can also begin at step 1. and select a group of cells.
ANSWER 4
Score 1
I have a Mac, using Version "16" and do not know where the "GoTo" menu is, so here's an alternative if you need to delete a large number (but not all) of the rows. Click on the first row to select it, scroll down to the row that is the bottom of the range you want to delete. Do a shift click on that row - this will highlight all the rows you want to delete. Click on the Delete menu item in the Edit menu.