+ Reply to Thread
Results 1 to 5 of 5

Rolling total Formula Help Required

  1. #1
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Rolling total Formula Help Required

    I have a sheet that I need to keep a running total, for every week of data I enter I need 2 weeks removed until I’m only counting new date entered for that year.

    I have created an example sheet showing how the numbers should work.

    Thanks
    Attached Files Attached Files

  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: Rolling total Formula Help Required

    Put this formula in C71 and copy it down:

    =SUM(INDIRECT("C" & 38-B71 & ":E" & 70-(B71*2)))

    For it to work, you have to have listed your "week #" in column B.
    Last edited by JBeaucaire; 08-17-2009 at 01:19 AM. Reason: Corrected first part of formula
    _________________
    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
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Re: Rolling total Formula Help Required

    thanks for the help

    I only wanted one column with the current total not week by week total.

    I was giving an example of what the number will be after I enter the data.

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

    Re: Rolling total Formula Help Required

    In that case I admit I do not understand the question. Sorry.

  5. #5
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Re: Rolling total Formula Help Required

    Whenever I add new data I need two cells of the old data to not be counted. This should continue until old data isn’t being counted anymore.

    EXAMPLE:
    New Data entered Cell C36:E36 (148, 147, 214)
    Old data shouldn’t be counted anymore from Cell C67:E68 (137, 152, 156, 94, 117, 158)

    Total before New data Entered: 14066
    After New data Entered: 13761

    This formula is required for a total of 16 weeks or until all the old data isn't being calculated anymore in my rolling total.
    Last edited by Killer17; 08-17-2009 at 05:20 PM.

+ 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