Assuming there is an array in cells A1# (for instance a sequence or an array of random numbers), I would like to obtain an array in cells B1# where each row (n) of the array is the sum from 1 to n of the rows of the first array. Is it possible to do so with a formula?
In B1 enter:
=SUBTOTAL(9,OFFSET(A1#,0,0,SEQUENCE(COUNT(A1#))))
A simple example. If A1 contained the dynamic:
=SEQUENCE(10,,1,1)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With