Gentlemen,
I'd like to make a moving average which is increasing per cell.
I want it to be like this for a complete column:
=average(A1:A1)
=average(A1:A2)
=average(A1:A3)
=average(A1:A4)
..
..
=average(A1:A2000)
Since the list is pretty long I can't change it manually and autofill makes the A1 cell move everytime so it's not static. Do you guys know a trick to solve my problem?
Thanks,
Bookmarks