Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Averaging the two most recent entries in a column | Excel Discussion (Misc queries) | |||
Averaging last 5 cells in a column | Excel Worksheet Functions | |||
Averaging Cells Based On Conditions in Neighboring Cells | Excel Discussion (Misc queries) | |||
Averaging a column with 0's | Excel Worksheet Functions | |||
Averaging Cells | Excel Discussion (Misc queries) |