+ Reply to Thread
Results 1 to 6 of 6

Sum of columns in multiple sheets?

  1. #1
    Registered User
    Join Date
    02-19-2013
    Location
    Ohio
    MS-Off Ver
    Excel 2013
    Posts
    13

    Sum of columns in multiple sheets?

    I have 50 sheets in a spreadsheet. I need column C in all 50 sheets added up. I don't want to limit (*c:1-C999 because there will be more entries later) but just sum up the entire column as I add entries. How can I do this? Thanks for any help!

    I'm keeping track of my receipts, and want the grand total of spending in a new sheet.

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Sum of columns in multiple sheets?

    Hi,

    Do your 50 sheets follow an incremental naming convention, e.g. Sheet1, Sheet2,..., Sheet50?

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    02-19-2013
    Location
    Ohio
    MS-Off Ver
    Excel 2013
    Posts
    13

    Re: Sum of columns in multiple sheets?

    No, the sheet names are the places I shop (*Staples, 7-11, OfficeMax, etc.)

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Sum of columns in multiple sheets?

    just use
    =SUM('Sheet 1:Sheet 50'!C:C)
    if you are gong to insert new sheets createa a spare one and move it to the end name it say LAST
    then
    =SUM('Sheet 1:LAST'!C:C)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Sum of columns in multiple sheets?

    What's the specific reason you use 50 sheets?

    Probably it's better to make 1 sheet with all the data in it.

    You can e.g. use pivot table (or sumproduct) to analyze your data.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  6. #6
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Sum of columns in multiple sheets?

    or add another new sheet call it FIRST
    make sure its the first tab
    then
    =SUM('FIRST:LAST'!C:C)

+ 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] align or combine multiple columns from multiple sheets into one sheet in sequence
    By calif in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-28-2013, 11:49 AM
  2. Macro to copy 3 columns of data from multiple sheets into 3 columns on 1 sheet
    By bballdcm2007 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-15-2012, 04:37 PM
  3. Compare Multiple Columns with Multiple sheets
    By alanmahony in forum Excel General
    Replies: 8
    Last Post: 11-12-2011, 04:06 PM
  4. Copy formulas to adjacent columns - multiple cells and multiple sheets
    By swanseaexcel in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 01-12-2011, 06:21 AM
  5. Sum of Product Multiple Columns/Multiple Sheets, Indefinite Range
    By endurion in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-12-2007, 05:33 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