eg, we have
1 2 4 3 4 5 4 5 5 2 4 5
I would like a array formula that returns an ARRAY = {7,12,14,11} Note it is not text, it i
I think this evaluates to the required array and could be extended to larger ranges:
=MMULT(A1:C4,TRANSPOSE(COLUMN(A1:C4)^0))