Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ndflyguy
 
Posts: n/a
Default incremental averaging of data

Hello, I have a large number of data points, around 7500, and I need to
average every 50 points. Is there a way to do this other than doing each one
induvidually. I tried typing in the average formula for the first couple and
filling in the rest but it doesn't fill in correctly. if I have data point
1-7500 and I want for example
AVERAGE(A1:A50)
AVERAGE(A51:A100)
AVERAGE(A101:a150) etc

When I try to fill from the first two cells i get:
AVERAGE(A1:A50)
AVERAGE(A51:A100)
AVERAGE(A3:A52)
AVERAGE(A53:102)
AVERAGE(A5:A54)


thank you , Dan.
  #2   Report Post  
RagDyeR
 
Posts: n/a
Default incremental averaging of data

Try this:

=AVERAGE(INDEX(A:A,50*ROW(1:1)-49):INDEX(A:A,50*ROW(1:1)))

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"ndflyguy" wrote in message
...
Hello, I have a large number of data points, around 7500, and I need to
average every 50 points. Is there a way to do this other than doing each one
induvidually. I tried typing in the average formula for the first couple and
filling in the rest but it doesn't fill in correctly. if I have data point
1-7500 and I want for example
AVERAGE(A1:A50)
AVERAGE(A51:A100)
AVERAGE(A101:a150) etc

When I try to fill from the first two cells i get:
AVERAGE(A1:A50)
AVERAGE(A51:A100)
AVERAGE(A3:A52)
AVERAGE(A53:102)
AVERAGE(A5:A54)


thank you , Dan.


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
Inserting Filtered RC cell information into other worksheets Dennis Excel Discussion (Misc queries) 10 July 30th 05 01:54 AM
How do I import formmail data to a custom excel template? cxlough41 Excel Worksheet Functions 1 July 1st 05 12:59 AM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM
Averaging only cells with data Randy Lefferts Excel Discussion (Misc queries) 9 November 30th 04 08:02 PM


All times are GMT +1. The time now is 06:23 PM.

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

About Us

"It's about Microsoft Excel"