In Excel: select the range, press F5 ▸ Special ▸ Blanks to select every empty cell, then Home ▸ Delete ▸ Delete Sheet Rows.
1 duplicates · 1 blank rows removed · 0 replacements
What this does
Go To Special finds and selects every blank cell in one pass, so you can delete their whole rows in a single action instead of scrolling and deleting by hand. You highlight the data, open Go To Special (F5 then Special, or Home ▸ Find & Select ▸ Go To Special), choose Blanks, and Excel selects only the empties — then Delete Sheet Rows clears the entire rows they sit on. For larger or partially filled sheets, a Filter on "Blanks" is the safer alternative. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. For “delete empty cells in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected blanks change, and only then apply the same setup to the full sheet. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That is what makes a layout choice that keeps the sheet readable and sortable useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
A 200-row list has empty rows scattered between entries. Select A1:D200, press F5, click Special, choose Blanks, and OK — every blank cell is now selected. On the Home tab choose Delete ▸ Delete Sheet Rows, and all the empty rows vanish at once, leaving the remaining ~170 rows packed together with no gaps. Blank rows break sorting, filtering and any range a chart or pivot reads — a single gap can stop a SUM or split a table in two. Clearing them in one pass with Go To Special is a core clean-up before any analysis. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.
In Google Sheets
Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Treat “delete empty cells in excel” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.
Common mistakes
- Selecting a column that has some genuinely empty cells on otherwise-full rows — Delete Sheet Rows would then drop real data.
- Using Go To Special on a huge selection where most cells are blank, which can grab far more than the empty rows you meant.
- Pressing Delete (clear contents) instead of Delete Sheet Rows, which empties cells but leaves the rows in place.
- Forgetting to select the entire row range first, so only part of each blank row is removed.
Frequently asked questions
Go To Special or Filter — which is safer?
Filter is safer when only some columns are blank: filter a key column to (Blanks), check the rows really are empty, then delete them. Go To Special is faster when whole rows are truly empty.
How do I remove blanks without disturbing the order?
Both Go To Special and Filter delete rows in place and keep the surviving order. Sorting blanks to the bottom also works but rearranges your data.
Does this work in Google Sheets?
There is no Go To Special, but Data ▸ Create a filter ▸ filter the column to blanks, then right-click the selected rows and Delete rows achieves the same.
Other ways people ask this
People reach this page typing “delete empty cells in excel”, “delete empty cell in excel” and “how do i delete empty cells in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.
This guide also answers
- how to remove empty cells in excel
Why do people search for this in so many different ways?
Because the same task has many names. “delete empty cells in excel”, “delete empty cell in excel”, “how do i delete empty cells in excel” all point at the one operation explained on this page, which is why they all lead here.