How does one sum only those rows in excel not filtered out?

前端 未结 3 1210
终归单人心
终归单人心 2021-01-31 07:25

I use the SUM(B1..B20) formula to sum a column, but when I filter the data by an adjacent column, the sum doesn\'t update to reflect only those rows not filtered ou

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-31 07:57

    If you aren't using an auto-filter (i.e. you have manually hidden rows), you will need to use the AGGREGATE function instead of SUBTOTAL.

提交回复
热议问题