ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Averaging each 30 cells down a column (https://www.excelbanter.com/excel-discussion-misc-queries/217757-averaging-each-30-cells-down-column.html)

dysonsphere

Averaging each 30 cells down a column
 
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



David Biddulph[_2_]

Averaging each 30 cells down a column
 
=AVERAGE(OFFSET(A$1,30*(ROW(A1)-1),0,30))
--
David Biddulph

"dysonsphere" wrote in message
...
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





Mike H

Averaging each 30 cells down a column
 
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

"dysonsphere" wrote:

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



Mike H

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



"Mike H" wrote:

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

"dysonsphere" wrote:

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




All times are GMT +1. The time now is 04:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com