Averaging each 30 cells down a column

D

dysonsphere

I would like to have a column that will give the average of successive 30
cell blocks down of another column.

If I select a 30 cell range with the average function and then copy down it
moves the range down only by one cell and not by 30. Is there a way around
this?

Thanks
 
M

Mike H

Hi,

You asked and got answers to this yesterday. here's the same answer again.

=AVERAGE(OFFSET(A$1,(ROW(1:1)-1)*30,,30))

Mike
 
M

Mike H

and like yesterday i forgot to mention that this gives the first 30 drag down
a row for the second 30 etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top