+ Reply to Thread
Results 1 to 4 of 4

I need a dynamic formula moving average based on the date received

  1. #1
    Registered User
    Join Date
    11-08-2022
    Location
    singapore
    MS-Off Ver
    365
    Posts
    18

    I need a dynamic formula moving average based on the date received

    Dear All,

    I am working on building a formula to calculate the moving average based on the vendor's name and the date the actual report was received.

    In the attached report, there are two tabs: "Accrual" and "Database". In the "Database" tab:

    Column A contains the respective vendor names.
    Column B contains the "Date of Actual Report Received," which is a crucial date for this calculation.

    When performing month-end closings, I need to calculate the moving average of the last 3 months of actual figures. For example, if I am closing for January 2025, I would typically have received December's report in January. However, the report could sometimes arrive later than the 31st of January. In this case, I should not include the December report in the moving average calculation. Instead, the moving average would be based on the figures for September, October, and November.

    For instance, for vendor KG-US in the "Accrual" tab, cell B2 should show $2181.09. This figure should be the average of the actual amounts from September, October, and November, based on the date the actual report was received, which is indicated in cell F2 of the "Database" tab.

    Please help me with the formula in "Accrual" tab please.
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,218

    Re: I need a dynamic formula moving average based on the date received

    Maybe this, copied down:

    PHP Code: 
    =AVERAGE(TAKE(FILTER(Table3,(Table3[Vendor]=$A2)*(Table3[Date Actual Report Received]<=DATE(YEAR(B$1),MONTH(B$1)-1,DAY(B$1)))*(Table3[Date Actual Report Received]<>""),""),3,-1)) 
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    11-08-2022
    Location
    singapore
    MS-Off Ver
    365
    Posts
    18

    Re: I need a dynamic formula moving average based on the date received

    Thanks so much for the formula!!! it works.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,218

    Re: I need a dynamic formula moving average based on the date received

    You're welcome. Thanks for the rep.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Conditional Moving Average Based on Start Date
    By Brandoeats in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-19-2019, 12:09 AM
  2. Replies: 15
    Last Post: 05-26-2016, 11:52 PM
  3. Formula to create a moving average based on criteria
    By jhall488 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-24-2016, 04:24 PM
  4. [SOLVED] Dynamic Weighted Moving Average
    By Sthlm in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-22-2013, 02:26 AM
  5. Calculate ship date based on date and time order is received
    By joekomar in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-23-2013, 10:57 PM
  6. [SOLVED] Average Based on Dynamic Date Criteria
    By jacob@thepenpoint in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-17-2012, 03:00 PM
  7. Replies: 14
    Last Post: 04-02-2010, 02:22 AM

Tags for this Thread

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