+ Reply to Thread
Results 1 to 5 of 5

How to get cumulative totals from weekly totals (IE sum of all previous cells)?

  1. #1
    Registered User
    Join Date
    06-24-2013
    Location
    Toronto, Canada
    MS-Off Ver
    MS Office 2010
    Posts
    5

    How to get cumulative totals from weekly totals (IE sum of all previous cells)?

    I have a CSV of my Google Adsense account. Among other things, it shows me how much money I made each week. It looks like this (hypothetical fake data):

    Columns (A) & (B)
    Week 1 - $2
    Week 2 - $3
    Week 3 - $0.25
    Week 4 - $1
    Week 5 - $6

    I want to make a graph of my total earned $ over time, so that I can make a trendline and estimate when I think I'll reach Google's payout threshold of $100. But to do that, I need cumulative totals each week, not individual week totals, and unfortunately Google doesn't offer that calculated data. So I have to calculate it myself. Simple enough, I'll just make a 3rd column with cumulative sums, so that it looks like this:

    Columns (A) & (C)
    Week 1 - $2
    Week 2 - $5
    Week 3 - $5.25
    Week 4 - $6.25
    Week 5 - $12.25

    Problem is, I have about 200 weeks to do, and I can't see any easy way to get a cumulative sum column without having to do it manually. I tried the auto-fill, but it took my column of:
    =SUM(C1:C2)
    =SUM(C1:C3)
    =SUM(C1:C4)
    =SUM(C1:C5)
    ...and Excel decided to continue what it thought was the pattern of:
    =SUM(C2:C6)
    =SUM(C3:C7)
    =SUM(C4:C8)
    =SUM(C5:C9)

    Which is not what I want! So how do I automatically create a column of =SUM(C1:"This row") formulae?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: How to get cumulative totals from weekly totals (IE sum of all previous cells)?

    If you lock one side of the formula it will create a running sum...

    =SUM($C$1:C1) >> now drag down
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    06-24-2013
    Location
    Toronto, Canada
    MS-Off Ver
    MS Office 2010
    Posts
    5

    Re: How to get cumulative totals from weekly totals (IE sum of all previous cells)?

    Quote Originally Posted by jeffreybrown View Post
    If you lock one side of the formula it will create a running sum...

    =SUM($C$1:C1) >> now drag down
    Yay that worked, thank you! I always wondered what those $ that Excel kept using sometimes were for...

  4. #4
    Registered User
    Join Date
    09-04-2013
    Location
    Seattle, WA, USA
    MS-Off Ver
    Excel 2013, Excel 2016
    Posts
    10

    Re: How to get cumulative totals from weekly totals (IE sum of all previous cells)?

    Give this a try:
    A B C
    Week 1 $2.00 =B1
    Week 2 $3.00 =C1+B2

    You should be able to drag down C2 to sum as you go.
    Get Excel tips and tutorials at ExcelTactics.com

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: How to get cumulative totals from weekly totals (IE sum of all previous cells)?

    You're welcome…glad you have a workable solution and thanks for the feedback...

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Switch between relative, absolute, and mixed references

+ 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. Cumulative Totals
    By RGSL in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-30-2013, 10:32 AM
  2. [SOLVED] Sum workday totals on one sheet to weekly totals on another
    By BryanD in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-26-2013, 10:08 AM
  3. [SOLVED] How do I group daily totals into weekly/monthly/quarterly totals
    By situationroom in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-28-2013, 09:58 AM
  4. Cumulative totals
    By mfugate in forum Excel General
    Replies: 2
    Last Post: 08-02-2010, 07:43 PM
  5. [SOLVED] Summing Weekly Totals into Monthly Totals
    By steph44haf in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-05-2006, 11:55 AM

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