尝试让 arrayformula 与 SUM 一起使用,就像使用 IF 一样
我有一个填充工作表的 Google 表单。我可以使用 IF 语句在 3 列中使用 arrayformula,例如 =ArrayFormula(if(H2:H="Yes",1,""))。我在多个列中使用它。我希望最后一列使用 arrayformula 对每行求和,因此我不必将公式一直复制到列中,但它只添加所有行并将答案放在第一个单元格中,而不是对每行求和。
I have a Google form that populates a sheet. I can use arrayformula in 3 columns using a IF statement, example =ArrayFormula(if(H2:H="Yes",1,"")). I use this in multiple columns. I want the last column to SUM each row using arrayformula, so I don't have to copy formula all the way down the column, but it only adds all the rows and put answer in first cell instead of summing each row.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如,如果不同的列位于
第 1 行(带标题)
或第 2 行(不带标题)
的 P 和 U 内MMULT
Use for instance if the different columns are within P and U
in row#1 (with header)
or in row#2 (without header)
MMULT