+ Reply to Thread
Results 1 to 3 of 3

Help - How do I create a formula that allows me to add up weekly totals?

  1. #1
    Registered User
    Join Date
    07-17-2014
    Location
    Malvern
    MS-Off Ver
    2007
    Posts
    1

    Help - How do I create a formula that allows me to add up weekly totals?

    Hello,

    I apologize for my lack of knowledge concerning formulas, but I'm currently attempting to create a document in order to keep tracking of finances etc... In the document, I have a list of my daily expenses:

    excel help 1.jpg

    I then have a separate table, in which I'm adding up the weekly totals:

    excel help 2.jpg

    Up until now, I'd attempted "SUM (L3:L9)", but when I drag the box down, instead of become "SUM (L10:L16)" "SUM (L17:L23) etc (thereby adding up a weekly total), it just moves in the sequence "SUM (L4:L10)", "SUM (L5:L11)", =SUM (L6:L12) and so on...

    I realize I'm probably supposed to be using something other than SUM, but I'm unsure as to what... If anyone could help it'd be much appreciated. Thanks a lot!

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Help - How do I create a formula that allows me to add up weekly totals?

    Attach a workbook, rather than JPGs... I can't write formulas in a JPG...
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Help - How do I create a formula that allows me to add up weekly totals?

    Try something like this...

    Data Range
    L
    M
    N
    2
    ------
    ------
    ------
    3
    36
    285
    4
    69
    405
    5
    64
    292
    6
    59
    7
    8
    8
    8
    9
    41
    10
    76
    11
    84
    12
    95
    13
    72
    14
    39
    15
    26
    16
    13
    17
    22
    18
    93
    19
    33
    20
    43
    21
    44
    22
    51
    23
    6


    This formula entered in N3 and copied down:

    =SUM(OFFSET(L$3,ROWS(N$3:N3)*7-7,0,7))

    N3 = sum of L3:L9
    N4 = sum of L10:L16
    N5 = sum of L17:L23
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. formula for calulating weekly totals for monthly data
    By Chgardne in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-09-2014, 04:15 AM
  2. [SOLVED] Trying to Create a Calendar with Daily and Weekly Data Totals Directly from a Pivot Table
    By guyupstairs in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-04-2013, 12:19 PM
  3. [SOLVED] How to get cumulative totals from weekly totals (IE sum of all previous cells)?
    By moeburn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-08-2013, 07:29 PM
  4. [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
  5. Formula to calculate weekly totals
    By avidcat in forum Excel General
    Replies: 2
    Last Post: 03-23-2011, 01:12 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