+ Reply to Thread
Results 1 to 4 of 4

Calculate Discrete Averages, not rolling

  1. #1
    Registered User
    Join Date
    12-17-2007
    Posts
    3

    Calculate Discrete Averages, not rolling

    On Worksheet 1, I have data in Columns A through Z.

    On Worksheet 2, I would like the columns to have the averages of Worksheet 1, however, they can not be rolling averages.

    For example, Cell A1, =average(worksheet1!A:C),
    then, I want Cell A2, =average(worksheet1!D:F).

    Each consecutive cell should calculate the average of the next 3 cells on the other worksheet. Does anyone have a solution of how to do this without having to change the formulas in each cell?

    Thanks!

  2. #2
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Washington, DC
    Posts
    103
    paste this into cell A1, just replace Sheet2 with the proper sheet name and change the 65000 to the number of rows in your table

    =AVERAGE(OFFSET(Sheet2!$A$1,0,3*(COLUMN(A1)-1),65000,3))

  3. #3
    Registered User
    Join Date
    12-17-2007
    Posts
    3
    I tried that formula and it did not work. I am familiar with the offset formula but I don't really understand what this is doing.

    Thanks.

  4. #4
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Washington, DC
    Posts
    103
    please post an example of your worksheet

+ 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