Fran has a worksheet that contains a large amount of data. She needs to delete any row in which column F is empty. She wonders if there is an easy way to do this that doesn't involve the use of a macro.
Actually, there are several ways that you could approach this task, and none of them require a macro. Each of the following sections examines one of three different approaches.
If you sort your data based on the contents of column F, then Excel groups all the blanks together. If you sort in ascending order based on the contents of column F, then Excel uses the following sorting order:
Notice that blanks appear last in the sorted data. So, after the sort, all you need to do is select a cell in column F, press Ctrl+Down Arrow, and you'll be at the last row where there is a value of any type in column F. You can then delete all the rows from that point downward.
You should note that if the cell appearing blank is the result of a formula return a blank string (what I call an "apparent blank"), then the cell is actually considered a text value (#3 in the above list). After the sorting you'll need to determine if you really want to delete these rows or not.
Of course, sorting changes the order of the remaining data rows. If you don't want the order changed, then you can simply re-sort the list (after deleting the desired rows) according to how the data was previously sorted.
If you are unsure of how the data is sorted, then add a helper column before doing the sorting and add sequential numbers in the column. Sort and delete the desired rows, then re-sort based on the helper column. At this point you can delete the helper column as it is no longer needed.
You can add a filter to your data to show only those rows where column F is blank. Follow these steps, provided you have a header row at the beginning of your data:
When you apply the filter in step 5, it is not just "true blanks" that are visible, but also "apparent blanks," meaning those rows where the blank in column F is the result of a formula that returns an empty string. If you don't want to delete both types of blanks, then you'll want to use a different selection technique for your blanks.
Perhaps the easiest approach is to use the Go To capabilities of Excel. Follow these steps:
When you use Go To to select blank cells (steps 4-5), what Excel actually selects is "true blanks," meaning those cells that actually contain nothing. Any cells that contain "apparent blanks" resulting from a formula are not selected and, therefore, those rows are not deleted.
If you prefer using shortcut keys, you can get to the Delete dialog box quicker (steps 6-7) by pressing Ctrl+- (that's Ctrl plus the minus sign).
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (13993) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365.
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!
If you lose your place on the screen quite often, you might find it helpful to have not just a single cell highlighted, ...
Discover MoreIs your worksheet, imported from an external source, plagued by non-printing characters that show up like small boxes ...
Discover MoreCopying information from one program (such as Word) to another (such as Excel) is a common occurrence. If you want to ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2026-08-10 10:08:05
J. Woolley
Re. Sorting the Data, the Tip says, "If you are unsure of how the data is sorted, then add a helper column before doing the sorting and add sequential numbers in the column. Sort and delete the desired rows, then re-sort based on the helper column."
Note: The helper column must contain sequential number constants, not formulas; otherwise, it might not sort as intended.
2026-08-08 15:34:21
J. Woolley
Here's another way, but it currently requires Excel 365:
1. Activate Copilot in your worksheet.
2. If necessary, start a new chat.
3. Mode: Allow editing
4. Chat: Delete all rows where column F is empty
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 © 2026 Sharon Parq Associates, Inc.
Comments