How to count number of continuous blank cells in Excel?

Count the number of continuous blank cells with formula
Count the number of continuous blank cells with formula
To count continuous blank cells, you can apply below formula.
Select a blank cell next to the second nonblank cell in the list that you want to count, for instance, B5, and enter this formula
=IF(ISBLANK(A5),"",ROW()-1-MAX(IF(NOT(ISBLANK($A$1:A4)),ROW($A$1:A4))))
then press Shift + Ctrl + Enter keys to get the correct result, and then drag auto fill handle over the cells you want to apply this formula. See screenshot:
Tip: in this formula, A5 includes the second non-blank cell in the used list, and A1:A4 is the cells above the second non-blank cell, you can change them as you need.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
