相关疑难解决方法(0)

使用数组公式求和所有行中的所有值

我想要一个数组公式来总结每行G26:AD列,因为行数是动态的。

=ArrayFormula(sum(G26:26)) 
Run Code Online (Sandbox Code Playgroud)

不起作用。我尝试使用MMULT,但未能使其正常工作:

=MMULT(G26:26,TRANSPOSE(ARRAYFORMULA(COLUMN(G26:26)^0)))
Run Code Online (Sandbox Code Playgroud)

还有其他想法吗?

google-sheets array-formulas google-sheets-formula

2
推荐指数
1
解决办法
1042
查看次数