SumProduct over sets of cells (not contiguous)

前端 未结 4 1013

I have a total data set that is for 4 different groupings. One of the values is the average time, the other is count. For the Total I have to multiply these and then divid

4条回答
  •  耶瑟儿~
    2021-01-18 12:01

    Note that sumproduct(a, b) = sumproduct(a1, b1) + sumproduct(a2, b2) where range a is split into ranges a1 and a2 (and similar for b)

提交回复
热议问题