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.
Professional Development Guidance! Four world-class developers offer start-to-finish guidance for building powerful, robust, and secure applications with Excel. The authors show how to consistently make the right design decisions and make the most of Excel's powerful features. Check out Professional Excel Development today!
Excel makes it easy to select a group of contiguous cells. However, it also makes it easy to select non-contiguous groups ...
Discover MoreDeleting rows or columns is easy when you use the shortcut described in this tip. Just select the rows or columns and ...
Discover MoreWhen editing information in a cell, you may need to know the result of a portion of your formula. The shortcut described ...
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