+ Reply to Thread
Results 1 to 2 of 2

incremental averaging of data

  1. #1
    ndflyguy
    Guest

    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. #2
    RagDyeR
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1