+ Reply to Thread
Results 1 to 7 of 7

Sum of multiple running totals

  1. #1
    Registered User
    Join Date
    07-01-2015
    Location
    Rutland, Vermont
    MS-Off Ver
    2010
    Posts
    31

    Sum of multiple running totals

    I have a sheet where I keep track of 20+ expense accounts. Each account balance is a running total. Each time I want to add up all the balances I have to select each balance and add them together either on a calculator or a simple =sum(e35,l33,s34,z28). Is there a way that I can do this automatically in a separate cell? I would like the sum to always add the last balance amount. I have attached a sample of my sheet.

    Thank you in advance for your help.
    Todd
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Sum of multiple running totals

    Try

    =SUM(LOOKUP(2,1/(E4:E100<>""),E4:E100),LOOKUP(2,1/(L4:L100<>""),L4:L100),LOOKUP(2,1/(S4:S100<>""),S4:S100),LOOKUP(2,1/(Z4:Z100<>""),Z4:Z100))

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,153

    Re: Sum of multiple running totals

    What output are you expecting:
    Each time I want to add up all the balances
    Where is this to appear?

  4. #4
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Sum of multiple running totals

    if one make total row above tables, then sumif
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    07-01-2015
    Location
    Rutland, Vermont
    MS-Off Ver
    2010
    Posts
    31

    Re: Sum of multiple running totals

    This works great! Thank you for the quick response.

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Sum of multiple running totals

    Not sure which response you are referring to but either way, glad we could help.

    If that solved your question, please mark this thread as SOLVED.

  7. #7
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Sum of multiple running totals

    In another way you can do this.
    Refer attach file in row 3. (which insert row)
    In "A3" "H3" O3" "V3" use max formula. (one example
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In ""G3" "N3" "U3" "AB3" : use sumif formula. (One example
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In "AC3" :
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Or In "AD3"
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

+ 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. Needing a code to be able to do running totals for multiple cells.
    By waxsiwalas in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-03-2016, 10:06 AM
  2. Criteria based Running totals across multiple sheets
    By scaffdog845 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-06-2012, 03:56 PM
  3. Running total of multiple running totals
    By ashncg in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-09-2011, 05:20 PM
  4. Totaling multiple running totals on separate sheets
    By ashncg in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-07-2011, 06:56 PM
  5. Running totals based on multiple criteria
    By smraines in forum Excel General
    Replies: 1
    Last Post: 11-02-2010, 05:10 PM
  6. Running Monthly Totals on Multiple Sheets
    By Dragunov in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-29-2007, 12:57 AM
  7. Summary of Multiple Worksheet Running Sum Totals
    By karstens in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-22-2006, 11:37 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