CountIf With Filtered Data

前端 未结 2 896
独厮守ぢ
独厮守ぢ 2020-12-10 10:24

I was researching a way to count the number of zeroes in a column of data, even if the data gets filtered. I found the following solution:

=SUMPRODUCT(SUBTO         


        
2条回答
  •  没有蜡笔的小新
    2020-12-10 10:47

    =SUMPRODUCT(SUBTOTAL(3,OFFSET(Sheet1!$A$1:$A$1006,ROW(Sheet1!$A$1:$A$1006)-MIN(ROW(Sheet1!$A$1:$A$1006)),,1)),ISNUMBER(SEARCH(B861,Sheet1!$A$1:$A$1006))+0)

    B861 is what ever cell you are referencing.

提交回复
热议问题