In this article, we will show you two ways to hide rows with blank cells in two different scenarios. We apply Filter function (belongs to Sort & Filter) and Go To Special function (belongs to Editing) in two instances separately.
EXAMPLE A

We want to hide rows with blank cell included. In this instance, we want to hide row 7, row 8, row 14 and row 15.
RESOLUTION
In this instance, blank cells are only listed in B column. So, we can hide rows with blank cells by Excel Filter function. We can filter data with blank cells excluded.
STEPS
a. Select cell B1, then click Data in the ribbon, in Sort & Filter section click Filter button.

b. After above operation, an arrow button is displayed in cell B1.

c. Click the Arrow button to show all filter settings, uncheck “(Blanks)” and keep other number options checked. Then click OK button.

d. After clicking OK, rows with blank cells included are hidden.

EXAMPLE B
See another example below. Blank cells are listed in different columns.

If blank cells exist in multiple columns, hide rows by Filter is complex, we can apply Go To Special function to hide rows with blank cells in this instance.
RESOLUTION
In this instance, blank cells are listed in column C, D and E separately. We can apply Go To Special ->Check on “Blanks” to highlight all blank cells, then hide rows accordingly.
STEPS
a. Select range A1:B6, then click Home in the ribbon, in Editing section click Find & Select button to see options for finding texts in document.

b. Click Go To Special option.

c. In Go To Special dialog, check on “Blanks” option. Options in this dialog are exclusive. Then click OK button.

d. After clicking OK, all blank cells are highlighted.

e. Keep blank cells highlighted. Press Ctrl+9 to hide rows. In Excel, hotkey Ctrl+9 can hide rows with cell or range highlighted. If you want to unhide rows, you can press Ctrl+Shift+9. If you want to hide columns instead of rows, you can press hotkey Ctrl+0.

Related Posts
Calculate Years Between Dates In Ms Excel
If you are an avid Ms Excel user, then you might have come across a task in which you needed to calculate the years between the dates; you might take it easy and do this task manually, which is also ...
Calculate Number of Hours between Two Times
Calculating the difference between two times might be a valuable statistic for subsequent computations or averages, whether you're producing a time sheet for staff or recording personal exercises. While Excel has a plethora of complex functions, including date and time ...
Calculate Loan Interest in Given Year
When you borrow money, you are supposed to repay it gradually. Lenders, on the other hand, want to be compensated for their services and the risk they incur by lending you money. That is, you will not just repay the ...
Calculate Interest Rate for Loan
The interest rate is the fee charged by a lender to a borrower and is expressed as a percentage of the principal—the lent amount. The interest rate on a loan is often expressed as an annual percentage rate, abbreviated as ...
Calculate Interest for Given Period
Using the IPMT function in Excel, we can compute the interest payment on any loan. This step-by-step tutorial will guide Excel users of all skill levels through the process to calculate interest for given period. Finally, the formula: =IPMT(B3/12,1,B5,-B2) The ...
How To Use Excel GCD Function
This post will guide you how to use Excel GCD function with syntax and examples in Microsoft excel. Description The Excel GCD function Returns the greatest common divisor of two or more integers. So you can use the GCD function ...
Calculate A Ratio From Two Numbers In Excel
In elementary mathematics, a ratio is a connection or comparison between two or more integers. For example, ratios are often expressed as ":" to demonstrate the relationship between two numbers. You would think that manually calculating a ratio from two ...
How To Use Excel RRI Function
This post will guide you how to use Excel RRI function with syntax and examples in Microsoft excel. Description The Excel RRI function Returns an equivalent interest rate for the growth of an investment. So you can use the RRI ...
CAGR Formula Examples in Excel
CAGR in Excel is a formula that calculates the compound annual growth rate for any invested amount over the specified years or timeframe. Although there is no direct function in Excel that can help us identify the CAGR value, there ...
Build Hyperlink With VLOOKUP in Excel
You might have come across a task in which you were assigned to build hyperlinks, which seems very easy, and if you are new to excel or don't have enough experience with it, then you might wonder about doing this ...