Skip the Manual Counting
Scrolling through a filtered list and counting matching rows one by one is slow and easy to get wrong, especially with hundreds of rows. Excel already tracks this for you the moment you apply a filter — you just need to know where to look.
Status Bar vs. SUBTOTAL: Which to Use
The status bar count is fastest for a quick, one-time check, but it disappears once you click away. SUBTOTAL is better when you want the count to stay visible on the sheet, update automatically as the filter changes, or feed into another formula.
Frequently Asked Questions
Does the header row get included in the count?
No, the status bar count only reflects the actual data cells you have selected, so it is best to select just the data range and exclude the header row for an accurate number.
What if my column has a mix of numbers and text?
The status bar's "Count" tallies every non-empty cell regardless of type, but checking "Numerical Count" alongside it shows how many of those are specifically numeric values.