+ Reply to Thread
Results 1 to 6 of 6

Need to add the same cell from multiple sheets.

Hybrid View

  1. #1
    Registered User
    Join Date
    12-19-2013
    Location
    houston
    MS-Off Ver
    Excel 2003
    Posts
    2

    Need to add the same cell from multiple sheets.

    ... my problem is just like the title states, except there are 150 sheets in the same file. Is there a quick way to add all these cells together (C14) without having to click through all 150 sheets?

  2. #2
    Registered User
    Join Date
    06-14-2012
    Location
    Cambridge, UK
    MS-Off Ver
    Excel 2013
    Posts
    48

    Re: Need to add the same cell from multiple sheets.

    =SUM(Sheet1:Sheet150!C14)
    <--- Please click the star to say thank you

  3. #3
    Registered User
    Join Date
    12-19-2013
    Location
    houston
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Need to add the same cell from multiple sheets.

    awesome... thanx!

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,440

    Re: Need to add the same cell from multiple sheets.

    Insert two new sheets, one called "Start" (no quotes) before all the worksheets you want to sum, and one called "End" (no quotes) after all the worksheets.

    Then use the formula:
    Formula: copy to clipboard
    =SUM(Start:End!C14)


    Any sheet moved between the Start and End worksheets will be included in the total.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  5. #5
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Need to add the same cell from multiple sheets.

    you can type a sum reference like this:
    =SUM(Sheet1:Sheet3!A1)
    Which will add up A1 on all sheets between sheet1 and sheet3.

    if you type =sum(, then click the first sheet to apply it to, hold shift and click the last sheet, then click the cells to sum and finally type ), it will give you the same thing.

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,440

    Re: Need to add the same cell from multiple sheets.

    You're welcome.



    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save


    You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.

+ 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] Highlighting the same cell in one workbook with multiple sheets with various sheets names.
    By DanielRay in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-14-2013, 01:50 PM
  2. Replies: 4
    Last Post: 12-19-2012, 02:50 PM
  3. Replies: 8
    Last Post: 07-11-2012, 10:18 AM
  4. Copy specific cell from multiple sheets to summary - excluding some sheets
    By kabammi in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-01-2012, 09:27 AM
  5. Merge multiple excels with multiple sheets in a master excel with multiple sheets
    By marchi in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-15-2012, 10: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