+ Reply to Thread
Results 1 to 3 of 3

averaging problem

Hybrid View

  1. #1
    Registered User
    Join Date
    05-13-2008
    Posts
    2

    averaging problem

    In column A I have a list of data say from A1-A10, in cell B1 I have the function Average A1-A10. In cell B2 I want to average the next set in column A(A11-A20), is there a quick way to do this I have lots of data in column A so setting the cell range each time is not an option, I want to average the next 10 values in column A and keep going until the column data is complete.

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Enter this formula in cell B1 and fill down as far as necessary. Report back if it works:

    =AVERAGE(OFFSET($A$1,(ROW()-1)*10,0,10))

  3. #3
    Registered User
    Join Date
    05-13-2008
    Posts
    2

    Smile Averaging problem

    Thanks the formulae worked a treat.

+ 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