+ Reply to Thread
Results 1 to 6 of 6

Help with totaling (inserting a template and totals seeing it and auto totaling the data)

  1. #1
    Registered User
    Join Date
    05-26-2013
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2007
    Posts
    45

    Help with totaling (inserting a template and totals seeing it and auto totaling the data)

    Totals formula.xlsx

    Hi all,

    I have attached a work sheet on what I am trying to do if possible. Any help would be appricated.



    I basicly use a template to collect data. The data is then totaled at the bottom (same template). What I am looking for is a formula that will see the new template and add that data in as well, instead of me having to redo the forumla to add the data in the new template everytime I add one.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Help with totaling (inserting a template and totals seeing it and auto totaling the da

    In E31

    =SUMIF($D$1:$D$30,$D31,$E$1:$E$30)

    Copy down and across
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Valued Forum Contributor
    Join Date
    10-10-2012
    Location
    New York
    MS-Off Ver
    Excel 2007/2010
    Posts
    337

    Re: Help with totaling (inserting a template and totals seeing it and auto totaling the da

    See my attachment. The solution was to move your "Totals" box to the right and use SUMIF()'s

    Mechjo16 Solution.xlsx
    Don't just use the answers provided for you. Try to understand how it works by reverse engineering or asking about it.

    Please mark the thread as [SOLVED] (Thread Tools->Mark thread as Solved) when answered.
    If you're happy with an answer given, please click the * under the person's name to boost their reputation.

  4. #4
    Registered User
    Join Date
    05-26-2013
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2007
    Posts
    45

    Re: Help with totaling (inserting a template and totals seeing it and auto totaling the da

    ACE_XL

    This will work I just had to remove the $ in front of "E" so the column will go to the next.

    =SUMIF($D$1:$D$30,$D31,E$1:E$30)


    One thing though what if there were numbers greater and less than 0 I only wanted it to sum on numbers >0

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Help with totaling (inserting a template and totals seeing it and auto totaling the da

    Aha.. use

    =SUMIFS(E$1:E$30,$D$1:$D$30,$D31,E$1:E$30,">0")

  6. #6
    Registered User
    Join Date
    05-26-2013
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2007
    Posts
    45

    Re: Help with totaling (inserting a template and totals seeing it and auto totaling the da

    Thank you! That is the ticket I am looking for.


    Quote Originally Posted by Ace_XL View Post
    Aha.. use

    =SUMIFS(E$1:E$30,$D$1:$D$30,$D31,E$1:E$30,">0")

+ 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. [SOLVED] Totaling data
    By brook in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-08-2013, 11:10 AM
  2. 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
  3. Auto Totaling
    By rhyan66 in forum Excel General
    Replies: 7
    Last Post: 06-08-2009, 06:47 PM
  4. Totaling Sub Totals
    By KHaberstroh in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-29-2009, 11:48 AM
  5. Data's and Expense Totaling
    By The_Guy in forum Excel General
    Replies: 1
    Last Post: 03-09-2008, 08:12 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