Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default 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




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Averaging the two most recent entries in a column Thomas Excel Discussion (Misc queries) 14 June 18th 08 11:53 PM
Averaging last 5 cells in a column Bob Smith Excel Worksheet Functions 4 February 28th 07 08:36 PM
Averaging Cells Based On Conditions in Neighboring Cells foofoo Excel Discussion (Misc queries) 3 June 21st 06 03:10 AM
Averaging a column with 0's Luna Saisho Excel Worksheet Functions 7 June 8th 06 02:46 AM
Averaging Cells Daniel9684 Excel Discussion (Misc queries) 3 February 17th 06 07:21 PM


All times are GMT +1. The time now is 07:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"