【发布时间】:2019-07-10 21:06:40
【问题描述】:
我找到了这个公式,=arrayformula(sumproduct($C$24:$C$31<B$24:B$31)),但如果一个或两个单元格为 0 或空白,我需要忽略它。
我试过 and 和 countifs,但我似乎无法弄清楚。
=arrayformula(sumproduct($C$24:$C$31<B$24:B$31))
我想要一个数字 0-8 来计算特定行中有多少个单元格小于比较行,但需要忽略(即 0
【问题讨论】:
标签: if-statement google-sheets google-sheets-formula countif array-formulas