3 ways to remove blank rows in Excel - quick tip (2024)

In this quick tip I will explain why deleting Excel rows via select blank cells -> delete row is not a good idea and show you 3 quick and correct ways to remove blank rows without destroying your data. All solutions work in Excel 2021, 2019, 2016, and lower.

3 ways to remove blank rows in Excel - quick tip (1)

If you are reading this article, then you, like me, are constantly working with large tables in Excel. You know that every so often blank rows appear in your worksheets, which prevents most built-in Excel table tools (sort, remove duplicates, subtotals etc.) from recognizing your data range correctly. So, every time you have to specify the boundaries of your table manually, otherwise you will get a wrong result and it would take hours and hours of your time to detect and correct those errors.

There may be various reasons why blank rows penetrate into your sheets - you've got an Excel workbook from another person, or as a result of exporting data from the corporate database, or because you removed data in unwanted rows manually. Anyway, if your goal is to remove all those empty lines to get a nice and clean table, follow the simple steps below.

Never remove blank rows by selecting blank cells

All over the Internet you can see the following tip to remove blank lines:

  • Highlight your data from the 1st to the last cell.
  • Press F5 to bring the "Go to" dialog.
  • In the dialog box click the Special… button.
  • In the "Go to special" dialog, choose "Blanks" radio button and click OK.
  • Right-click on any selected cell and select "Delete…".
  • In the "Delete" dialog box, choose "Entire row" and click Entire row.

This is a very bad way, use it only for simple tables with a couple of dozens of rows that fit within one screen, or better yet - do not use it at all. The main reason is that if a row with important data contains just one blank cell, the entire row will be deleted.

For example, we have a table of customers, 6 rows altogether. We want to remove rows 3 and 5 because they are empty.
3 ways to remove blank rows in Excel - quick tip (2)

Do as suggested above and you get the following:
3 ways to remove blank rows in Excel - quick tip (3)

Row 4 (Roger) is also gone because cell D4 in the "Traffic source" column is empty: (

If you have a small table, you will notice a loss of data, but in real tables with thousands of rows you can unconsciously delete dozens of good rows. If you are lucky, you will discover the loss in a few hours, restore your workbook from a backup, and will do the job again. What if you are not so lucky or you do not have a backup copy?

Further in this article I will show you 3 fast and reliable ways to remove empty rows from your Excel worksheets. If you want to save your time - go straight to the 3rd way.

Remove blank rows using a key column

This method works if there is a column in your table which helps to determine if it is an empty row or not (a key column). For example, it can be a customer ID or order number or something similar.

It is important to save the rows order, so we can't just sort the table by that column to move the blank rows to the bottom.

  1. Select the whole table, from the 1st to the last row (press Ctrl + Home, then press Ctrl + Shift + End).
    3 ways to remove blank rows in Excel - quick tip (4)
  2. Add AutoFilter to the table: go to the Data tab and click the Filter button.
    3 ways to remove blank rows in Excel - quick tip (5)
  3. Apply the filter to the "Cust #" column: click the arrow 3 ways to remove blank rows in Excel - quick tip (6) in the column header, uncheck the (Select All) checkbox, scroll down to the end of the list (in reality, the list is quite long) and check the checkbox (Blanks) at the very bottom of the list. Click OK.
    3 ways to remove blank rows in Excel - quick tip (7)
  4. Select all the filtered rows: Press Ctrl + Home, then press the down-arrow key to go to the first data row, then press Ctrl + Shift + End.
    3 ways to remove blank rows in Excel - quick tip (8)
  5. Right-click on any selected cell and choose "Delete row" from the context menu or just press Ctrl + - (minus sign).
    3 ways to remove blank rows in Excel - quick tip (9)
  6. Click OK in the "Delete entire sheet row?" dialog box.
    3 ways to remove blank rows in Excel - quick tip (10)
  7. Clear the applied filter: go to the Data tab and press the Clear button.
    3 ways to remove blank rows in Excel - quick tip (11)
  8. Well done! All the blank rows are completely removed, and line 3 (Roger) is still there (compare with the previous version).
    3 ways to remove blank rows in Excel - quick tip (12)

Delete blank rows if your table does not have a key column

Use this method if you have a table with numerous empty cells scattered across different columns, and you need to delete only those rows that do not have a single cell with data in any column.
3 ways to remove blank rows in Excel - quick tip (13)

In this case we do not have a key column that could help us to determine if the row is empty or not. So we add the helper column to the table:

  1. Add the "Blanks" column to the end of the table and insert the following formula in first cell of the column: =COUNTBLANK(A2:C2).

    This formula, as its name suggests, counts blank cells in the specified range, A2 and C2 is the first and last cell of the current row, respectively.
    3 ways to remove blank rows in Excel - quick tip (14)

  2. Copy the formula throughout the entire column. For step-by-tep instructions please see how to enter the same formula into all selected cells at a time.
    3 ways to remove blank rows in Excel - quick tip (15)
  3. Now we have the key column in our table :). Apply the filter to the "Blanks" column (see the step-by-step instructions above) to show only rows with the max value (3). Number 3 means that all the cells in a certain row are empty.
    3 ways to remove blank rows in Excel - quick tip (16)
  4. Then select all the filtered rows and remove whole rows as described above.
    As a result, the empty row (row 5) is deleted, all the other rows (with and without blank cells) remain in place.
    3 ways to remove blank rows in Excel - quick tip (17)
  5. Now you can remove the helper column. Or you can apply a new filter to the column to show only those rows that have one or more blank cells.
    To do this, uncheck the "0" checkbox and click OK.
    3 ways to remove blank rows in Excel - quick tip (18)

    3 ways to remove blank rows in Excel - quick tip (19)

The fastest way to remove all empty rows - Delete Blanks tool

The quickest and impeccable way to remove blank lines is to the Delete Blanks tool included with our Ultimate Suite for Excel.

Among other useful features, it contains a handful of one-click utilities to move columns by drag-n-dropping; delete all empty cells, rows and columns; filter by the selected value, calculate percentage, apply any basic math operation to a range; copy cells' addresses to clipboard, and much more.

How to remove empty rows in 4 easy steps

With the Ultimate Suite added to your Excel ribbon, here's what you do:

  1. Click on any cell in your table.
  2. Go to the Ablebits Tools tab > Transform group.
  3. Click Delete Blanks > Empty Rows.
    3 ways to remove blank rows in Excel - quick tip (20)
  4. Click OK to confirm that you really want to remove empty rows.
    3 ways to remove blank rows in Excel - quick tip (21)

That's it! Just a few clicks and you've got a clean table, all empty rows are gone and the rows order is not distorted!
3 ways to remove blank rows in Excel - quick tip (22)

Tip. More ways to remove empty rows in Excel can be found in this tutorial: Delete blank lines with VBA, formulas and Power Query

Video: How to remove blank rows in Excel

You may also be interested in

  • How to remove blank columns in Excel
  • How to remove rows in Excel with shortcut and VBA
  • How to hide and unhide rows in Excel
  • How to group rows in Excel to make them collapsible and expandable
  • How to delete every other row or every Nth row in Excel
  • How to freeze rows and columns in Excel
3 ways to remove blank rows in Excel - quick tip (2024)
Top Articles
Latest Posts
Article information

Author: Francesca Jacobs Ret

Last Updated:

Views: 5968

Rating: 4.8 / 5 (48 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Francesca Jacobs Ret

Birthday: 1996-12-09

Address: Apt. 141 1406 Mitch Summit, New Teganshire, UT 82655-0699

Phone: +2296092334654

Job: Technology Architect

Hobby: Snowboarding, Scouting, Foreign language learning, Dowsing, Baton twirling, Sculpting, Cabaret

Introduction: My name is Francesca Jacobs Ret, I am a innocent, super, beautiful, charming, lucky, gentle, clever person who loves writing and wants to share my knowledge and understanding with you.