+ Reply to Thread
Results 1 to 3 of 3

Running Total that resets on Mondays

  1. #1
    Forum Contributor
    Join Date
    04-14-2013
    Location
    Ky
    MS-Off Ver
    Excel 2013
    Posts
    344

    Running Total that resets on Mondays

    3 semi-related problems:

    I have a simple table which records the date in A and a numeric value in B, and I want a weekly running total in C to reset on Monday - WEEKNUM(N,2). Then I want a running, weekly average, which should change only row when new data is entered, not update all rows matching that week. I have a formula for monthly totals in Col. E, but my formula in F for monthly average, isn't a true running average, but updates each cell in the monthly range instead.

    Sample Book 1.xlsx

  2. #2
    Valued Forum Contributor Root_'s Avatar
    Join Date
    07-29-2017
    Location
    _
    MS-Off Ver
    2010+
    Posts
    486

    Re: Running Total that resets on Mondays

    Is this what you need?

    =SUMIFS($B$2:B2,$A$2:A2,">="&INT((A2-2)/7)*7+2,$A$2:A2,"<"&INT((A2-2)/7)*7+9)

    =AVERAGEIFS($B$2:B2,$A$2:A2,">="&INT((A2-2)/7)*7+2,$A$2:A2,"<"&INT((A2-2)/7)*7+9)

  3. #3
    Forum Contributor
    Join Date
    04-14-2013
    Location
    Ky
    MS-Off Ver
    Excel 2013
    Posts
    344

    Re: Running Total that resets on Mondays

    Yes, I think this works! It works even if there's more 7 entries in a given week?

+ 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. Running total after payments running total on excel
    By tmagplayr in forum Excel General
    Replies: 7
    Last Post: 09-26-2017, 02:01 PM
  2. Replies: 8
    Last Post: 07-19-2017, 12:06 PM
  3. [SOLVED] Running total from a daliy worksheet into a montly total.
    By jakesib in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-15-2014, 10:49 PM
  4. Pivot Chart Running Total - Removing Current Year Future Total
    By car3489 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 07-27-2013, 03:35 AM
  5. calculating the total from a running totalizer that resets
    By superchill435 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-10-2012, 11:04 AM
  6. Running Total and Resets
    By HyMay1180 in forum Excel General
    Replies: 11
    Last Post: 04-20-2011, 03:49 PM
  7. [SOLVED] % of Running Total to Grand Total in Pivot Table
    By David in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-17-2005, 04:05 PM

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