How do I sum only visible rows?
For example you want to sum only visible cells only, please select the cell you will place the summing result at, type the formula =SUMVISIBLE(C3:C12) (C3:C13 is the range where you will sum only visible cells) into it, and press the Enter key. And then the summing result is calculated with ignoring all hidden cells.
How do you subtotal only visible cells?
Just organize your data in table (Ctrl + T) or filter the data the way you want by clicking the Filter button. After that, select the cell immediately below the column you want to total, and click the AutoSum button on the ribbon. A SUBTOTAL formula will be inserted, summing only the visible cells in the column.

How do I Subtotal with filtered data in Excel?
Using the Subtotal Function to Sum Filtered Data in Excel
- Display workbook in Excel containing data to be filtered.
- Click anywhere in the data set.
- Apply filter on data.
- Click below the data to sum.
- Enter the Subtotal formula to sum the filtered data.
Does Subtotal ignore hidden rows?
Notes. In filtered lists, SUBTOTAL always ignores values in hidden rows, regardless of function_num. SUBTOTAL ignores other SUBTOTAL formulas that exist in references to prevent double-counting. SUBTOTAL works with vertical data.
How do I count only filtered or visible cells in Excel?
After you filter the rows in a list, you can use functions to count only the visible rows.

- For a simple count of visible numbers or all visible data, use the SUBTOTAL function.
- To count visible data, and ignore errors, use the AGGREGATE function.
- To count specific items in a filtered List, use a SUMPRODUCT formula.
How do you conditionally sum in Excel?
If you want, you can apply the criteria to one range and sum the corresponding values in a different range. For example, the formula =SUMIF(B2:B5, “John”, C2:C5) sums only the values in the range C2:C5, where the corresponding cells in the range B2:B5 equal “John.”
What does Subtotal 109 do in Excel?
Ref1, Ref2, …
Function_num | Description | |
---|---|---|
8 | 108 | Returns the standard deviation based on an entire population of numbers. |
9 | 109 | Adds up the numbers. |
10 | 110 | Estimates the variance of a population based on a sample of numbers. |
11 | 111 | Estimates the variance of a population based on an entire population of numbers. |