Excel - Using COUNTIF/COUNTIFS across multiple sheets/same column

后端 未结 4 1914
甜味超标
甜味超标 2020-12-03 12:28

I am trying to \"COUNT\" the number of a certain object in column I (in this instance) across multiple sheets. That value in column I is the result of a formula (if it matte

4条回答
  •  遥遥无期
    2020-12-03 13:34

    I was looking to do the same thing, and I have a work around that seems to be less complicated using the Frequency and Index functions. I use this part of the function from averaging over multiple sheets while excluding the all the 0's.

    =(FREQUENCY(Start:End!B1,-0.000001)+INDEX(FREQUENCY(Start:End!B1,0),2))
    

提交回复
热议问题