我想要一个数组公式来总结每行G26:AD列,因为行数是动态的。
=ArrayFormula(sum(G26:26))
不起作用。我尝试使用MMULT,但未能使其正常工作:
=MMULT(G26:26,TRANSPOSE(ARRAYFORMULA(COLUMN(G26:26)^0)))
还有其他想法吗?
google-sheets array-formulas google-sheets-formula
array-formulas ×1
google-sheets ×1
google-sheets-formula ×1