I want to get the average from different cells without manually selecting the cells.
For example:
I want to get the average of every 10 cells like this:
=AVERAGE(A2:A11)
=AVERAGE(A12:A21)
=AVERAGE(A22:A31)
I have already tried the drag and drop of the formulas, however, I got the following result
AVERAGE(A2:A11) -> AVERAGE(A3:A12)
which is not the desired result.
Thank you!
