I would like an array formula to sum up columns G26:AD per row, since the amount of rows is dynamic.
=ArrayFormula(sum(G26:26))
does not work. I tried using MMULT but did not manage to get it working:
=MMULT(G26:26,TRANSPOSE(ARRAYFORMULA(COLUMN(G26:26)^0)))
Any other ideas?