+ Reply to Thread
Results 1 to 2 of 2

summing values for the same cell in 36 different worksheets

Hybrid View

  1. #1
    MJoyner
    Guest

    summing values for the same cell in 36 different worksheets

    Workbook=37 worksheets
    Sheet 1 is a summary sheet
    I know how to add cells from all worksheets (2 -37) back to the summary
    sheet 1(Sheet2!c3+Sheet3!c3)...all the way to Sheet 37
    This is very manual. I need to perform this same function for 106 cells.
    Is there a way to set up a range of the same cell from multiple worksheets??
    I tried "sheet2!c3:sheet37!c3" to add all c3 cells from sheets 2-37 back to
    sheet 1. Didn't work.

  2. #2
    Bernie Deitrick
    Guest

    Re: summing values for the same cell in 36 different worksheets

    MJ,

    =SUM(Sheet2:Sheet37!C3)

    which can then be copied down or over, etc.

    But the next time you set up a workbook, use one sheet with an extra column where you enter a value
    that differentiates the entries (perhaps listing what would be different among your 36 worksheets).
    Then, you'll be able to use filters, SUBTOTAL functions, and pivot tables, and not worry about 3D
    formulas.

    HTH,
    Bernie
    MS Excel MVP


    "MJoyner" <[email protected]> wrote in message
    news:[email protected]...
    > Workbook=37 worksheets
    > Sheet 1 is a summary sheet
    > I know how to add cells from all worksheets (2 -37) back to the summary
    > sheet 1(Sheet2!c3+Sheet3!c3)...all the way to Sheet 37
    > This is very manual. I need to perform this same function for 106 cells.
    > Is there a way to set up a range of the same cell from multiple worksheets??
    > I tried "sheet2!c3:sheet37!c3" to add all c3 cells from sheets 2-37 back to
    > sheet 1. Didn't work.




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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