- Go to Home tab -> Find & Select -> Go to Special
- Select Blanks. Click OK.

- The blank cells will be highlighted. Go to Home tab -> Delete. Select Delete Sheet Rows. The blank rows will be deleted.
Working on a spreadsheet with a lot of data. However past the data there are endless blank rows. I want them permanently gone to reduce file size so only my data is in the file. How do I do it?
I tried highlighting all the rows, then right clicking and selecting delete rows. It didn’t work. For reference I’m on excel 2016.
Thanks.
How to Delete Thousands of Blank Rows at the bottom of a data set?
How to end infinite rows on excel?
Delete Excess columns and rows
Endless rows at the bottom and unused columns to the right in my Excel spreadsheet ?
- Go to Home tab -> Find & Select -> Go to Special
- Select Blanks. Click OK.

- The blank cells will be highlighted. Go to Home tab -> Delete. Select Delete Sheet Rows. The blank rows will be deleted.
Wrong answer... this will select all rows containing one empty cell, not empty trailing rows created by inserting more data deleted after by user.
Easiest way to get rid of them is to select all data from current sheet and paste it into new one (there will be no trailing rows)
As suggested, go to the first blank row, press CTRL-SHIFT-DOWN ARROW, right-click and choose DELETE.
Save the file, size should go down.
If it is still large then go to the first blank column, press CTRL-SHIFT-RIGHT ARROW, right-click and choose DELETE. Save the file.
Sometimes I have to use SAVE AS and overwrite the file. Suggest you save with another name and see.
You will still see blank rows and columns but they are just displayed by Excel and do not take any space in the file.
I tried the solutions presented here in many variations and short of copy and paste into a new sheet, I can't get this problem resolved on my existing sheet... Isn't there some parameter that can be set for Excel that would limit the number of empty rows at the bottom. Hiding empty rows might get around the problem but let's face it, this is not a solution.
The fundamental issue is that scrolling is impractical with a sheet that has thousands of empty rows displayed.. This seems like a real bug in Excel and it's been there for years over the many versions of Excel that I've dealt with. Yes, I've seen that the fixes presented here can fix this problem but not in my current situation.
Hi everyone!
I'm working on a file which if I scroll all the way down, it never stops scrolling... there are thousands and thousands of blank rows and I'm struggling to delete them. Any thoughts on this one?
Thanks so much
Hello Sarah5782
I am V. Arya, Independent Advisor, to work with you on this issue. You can go to last used column. Select next column which is unused, CTRL+SHIFT+Right arrow, right click and hide
Go to last used row, Select next row, CTRL+SHIFT+Down arrow, right click and hide
(To find last used row and cell, you can press CTRL+END)
Thank you for your response. It took several tries, but it worked. I appreciate your most kind assistance.
Hi. I had to concatenate some fields together, so I used a command like =A1&"-"&B1&"."&C1 and pressed CTRL+ENTER.
Now, I have a column that has the data I need for about 33000 rows, and everything below that is "-.". It is making my spreadsheet too big and Excel crashes every time I open it.
How can I solve this problem?
Thank you
Go to the first row that you want to delete.
Click with the mouse in the number of the row, to select the whole row.
Press the following keys: Shift + Ctrl + Down arrow. Pressing and holding all of them.
You'll select all the rows bellow the first one you selected. If is necesary press Down arrow several times (while still holding Shift + Ctrl)
Once you reached the bottom of the sheet, mouse right click and Choose: Delete Rows.
Warning: Save it with a different name, just in case something went wrong, to don't loose your previous work. You will not see the results until you save the file. Save it, and then all the extra rows at the bottom will be dissapear.
Close and open the file again, after save it, to confirm.
Explanation: Shift key is to select, Ctrl key is to move to the next gap and the down arrow key indicates the direcction.
Turn off calculations (Google this) and then load the file.
Or alow for blank handling e.g.
IF(ISBLANK(A1),",CONCATENATE(A1,"-",B1......))