+ Reply to Thread
Results 1 to 4 of 4

3 Month Rolling Average

  1. #1
    Registered User
    Join Date
    07-12-2006
    Posts
    54

    3 Month Rolling Average

    What is the proper method to calculate a 3 month rolling average for each respective product model? Looking for a formula, not a pivot table solution. Data entry will be done on a weekly basis therefore the formula should take that into account. User data will continue to expand on a weekly basis for calculation done on monthly basis. Excel file attached. Thx
    Attached Files Attached Files
    Last edited by tangomj; 06-09-2013 at 07:20 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: 3 Month Rolling Average

    TO get the average of the last 3 months for each listed item, perhaps this, in F2 then copied down:

    =AVERAGEIFS(C:C, A:A, "<="&TODAY(), A:A, ">="&TODAY()-90, B:B, E2)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    06-01-2013
    Location
    Columbus, ms
    MS-Off Ver
    Excel 2013
    Posts
    68

    Re: 3 Month Rolling Average

    Does the Attached file fit the bill? I noticed that the file you sent is in a pre-2007 format. AVERAGEIFS is only available in 2007 and later. Hopefully you are able to open .xlsx files.

    3-Month.xls

    Cell H3 is an array formula that creates a list of unique items used within the past 3 months. That array formula is then filled down.

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,605

    Re: 3 Month Rolling Average

    Use this in F2 and drag down.

    Please Login or Register  to view this content.

+ 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