+ Reply to Thread
Results 1 to 6 of 6

need help to get average value by combining 4 data periodically

  1. #1
    Registered User
    Join Date
    03-16-2013
    Location
    indonesia
    MS-Off Ver
    2007
    Posts
    3

    need help to get average value by combining 4 data periodically

    Sorry for repost my thread. My first thread was made using my android and i cant remove the 'solved' text. So i decided to make another one.

    This time i want to remove noise from my thousands data by get their average value from combining 4 data
    For example, i have all of my data on column A. And i want to put the result on col B.
    In col B1 , i want to put formula like =average(A1:A4)
    In col B2 = average(A3:A6)
    In col B3 = average(A5:A8) .. etc
    But then when i select all of the three row above and drag it into some col to copy it, the formula turn into a mess. I have try to find any other formula, but still i cant solve them.
    Could you please help me to solve my problem ? Using formula maybe? Any idea will be appreciated


    Finally this thread has been solved for real.
    Last edited by deche; 03-17-2013 at 05:59 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    07-27-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    826

    Re: need help to get average value by combining 4 data periodically

    deche, welcome to the forum.

    Duplicate posting is against the forum rules: http://www.excelforum.com/forum-rule...rum-rules.html - rather than re-posting, you should continue in your original post.

    DUPLICATE HERE: http://www.excelforum.com/excel-form...51#post3161351
    Brendan.


    __________________________________________________________________________________________________
    Things to consider:

    1) You can thank any poster by clicking the * at the left of a helpful post.
    2) You can help to keep the forum tidy by marking your thread as "Solved", if it has been answered to your satisfaction.
    3) Help us to help you, by uploading a sample workbook, showing the type of data you're dealing with, and clearly indicating what the results should be.

  3. #3
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: need help to get average value by combining 4 data periodically

    Try this one:
    Please Login or Register  to view this content.
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  4. #4
    Registered User
    Join Date
    03-02-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    67

    Re: need help to get average value by combining 4 data periodically

    Try with this forumula
    Please Login or Register  to view this content.
    Last edited by tgsekhar; 03-16-2013 at 01:38 PM. Reason: Wrongly Used SUM instead of Average
    If I have helped, click on the * below the post

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: need help to get average value by combining 4 data periodically

    I'd use OFFSET like this in B1 copied down

    =AVERAGE(OFFSET(A$1,(ROWS(B$1:B1)-1)*2,0,4))
    Audere est facere

  6. #6
    Registered User
    Join Date
    03-16-2013
    Location
    indonesia
    MS-Off Ver
    2007
    Posts
    3

    Re: need help to get average value by combining 4 data periodically

    Quote Originally Posted by BB1972 View Post
    deche, welcome to the forum.

    Duplicate posting is against the forum rules: http://www.excelforum.com/forum-rule...rum-rules.html - rather than re-posting, you should continue in your original post.

    DUPLICATE HERE: http://www.excelforum.com/excel-form...51#post3161351
    Hi there. Thanks for your advice. I'll remember it and do the right step on my next thread.



    Quote Originally Posted by tgsekhar View Post
    Try with this forumula
    Please Login or Register  to view this content.
    Hey it works. Big thanks for your help

+ 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