How to count / sum cells based on filter with criteria in Excel?
Actually, in Excel, we can quickly count and sum the cells with COUNTA and SUM function in a normal data range, but these function will not work correctly in filtered situation. To count or sum cells based on filter or filter with criteria, this article may do you a favor.
Count / Sum cells based on filter with formulas
Count / Sum cells based on filter with Kutools for Excel
Count / Sum cells based on filter with certain criteria by using formulas
Count / Sum cells based on filter with formulas
The following formulas can help you to count or sum the filtered cell values quickly and easily, please do as this:
To count the cells from the filtered data, apply this formula: =SUBTOTAL(3, C6:C19) (C6:C19 is the data range which is filtered you want to count from), and then press Enter key. See screenshot:
To sum the cell values based on the filtered data, apply this formula: =SUBTOTAL(9, C6:C19) (C6:C19 is the data range which is filtered you want to sum), and then press Enter key. See screenshot:
Count / Sum cells based on filter with Kutools for Excel
If you have Kutools for Excel, the Countvisible and Sumvisible functions also can help you to count and sum the filtered cells at once.
Kutools for Excel : with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. |
After installing Kutools for Excel, please enter the following formulas to count or sum the filtered cells:
Count the filtered cells: =COUNTVISIBLE(C6:C19)
Sum the filtered cells: =SUMVISIBLE(C6:C19)
Tips: You can also apply these functions by clicking Kutools > Kutools Functions > Statistical & Math > AVERAGEVISIBLE / COUNTVISIBLE / SUMVISIBLE as you need. See screenshot:
Download and free trial Kutools for Excel Now !
Count / Sum cells based on filter with certain criteria by using formulas
Sometimes, in your filtered data, you want to count or sum based on criteria. For example, I have the following filtered data, now, I need to count and sum the orders which name is “Nelly”. Here, I will introduce some formulas to solve it.
Count cells based on filter data with certain criteria:
Please enter this formula: =SUMPRODUCT(SUBTOTAL(3,OFFSET(B6:B19,ROW(B6:B19)-MIN(ROW(B6:B19)),,1)), --( B6:B19="Nelly")), (B6:B19 is the filtered data that you want to use, and the text Nelly is the criteria that you want to count by) and then press Enter key to get the result:
Sum cells based on filter data with certain criteria:
To sum the filtered values in column C based on the criteria, please enter this formula: =SUMPRODUCT(SUBTOTAL(3,OFFSET(B6:B19,ROW(B6:B19)-MIN(ROW(B6:B19)),,1)),( B6:B19="Nelly")*(C6:C19)) (B6:B19 contains the criteria that you want to use, the text Nelly is the criteria, and C6:C19 is the cell values you want to sum), and then press Enter key to return the result as following screenshot shown:
Best Office Productivity Tools
Easy to Uninstall Completely | Supports Office/Excel 2007-2021 and 365 | Available in 44 Languages
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need Is Just A Click Away...
Supercharge Your Spreadsheets: Experience Efficiency Like Never Before with Kutools for Excel (Full-Featured 30-Day Free Trial)
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!










