+ Reply to Thread
Results 1 to 4 of 4

Formula to calculate weekly averages from another tab - dragging formula isn't working

  1. #1
    Registered User
    Join Date
    03-28-2013
    Location
    Canada
    MS-Off Ver
    Office 365
    Posts
    8

    Formula to calculate weekly averages from another tab - dragging formula isn't working

    I have daily production listed on one sheet. On a separate tab, I want to calculate the average for the week (Jan 1-7, Jan 8-14 etc..), but when I drag my average formula down, it skips to the next cell, not the next set of data.
    ie: first cell calculates Jan 1-7, second cell calculates Jan 2-8 etc...
    I've tried playing with an offset formula, but can't quite make it work..

    Any help would be appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula to calculate weekly averages from another tab - dragging formula isn't working

    In B2

    =AVERAGE(INDEX(Production!B:B,(ROW(A1)-1)*7+2):INDEX(Production!B:B,(ROW(A1)-1)*7+8))

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    03-28-2013
    Location
    Canada
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Formula to calculate weekly averages from another tab - dragging formula isn't working

    Hmmm...that formula came back "TRUE". No average.

  4. #4
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Formula to calculate weekly averages from another tab - dragging formula isn't working

    Hi rtwells

    To simplify things, I have changed your dates in Column A to proper dates on the Production sheet. On the Averages sheet added anothe column and put in proper dates. See the attached.
    Attached Files Attached Files
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

+ 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