+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    12-11-2009
    Location
    Luang Prabang, Laos
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    33

    Add equal cells from different sheets

    Hi,

    I'm wondering how I can add up equal cells from different worksheets easily.

    So I have data in G9 in 12 different sheets (all months of the year) and I want to add them up in G9 in the 13th sheet. Can this be done easily instead selecting them one by one?

    Thanks

    ADB
    Last edited by ADB; 03-05-2010 at 02:48 AM.

  2. #2
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2003, 2007, 2010
    Posts
    263

    Re: Add equal cells from different sheets

    Here's what you do.

    Arrange the 12th sheets together so they are adjacent to one another, then on the 13th sheet, type in the SUM formula, and select the cell G9 in the first sheet, hold shift, and click on the the 12th sheet (make sure it selects all 12 sheets) then press Enter.

    If the sheets are arranged such that,
    Sheet1, Sheet2, Sheet3, ... ,Sheet12 then the formula should look something like this...
    Code:
    =SUM('Sheet1:Sheet12'!G19)

  3. #3
    Registered User
    Join Date
    12-11-2009
    Location
    Luang Prabang, Laos
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    33

    Re: Add equal cells from different sheets

    Quote Originally Posted by quekbc View Post
    Here's what you do.

    Arrange the 12th sheets together so they are adjacent to one another, then on the 13th sheet, type in the SUM formula, and select the cell G9 in the first sheet, hold shift, and click on the the 12th sheet (make sure it selects all 12 sheets) then press Enter.

    If the sheets are arranged such that,
    Sheet1, Sheet2, Sheet3, ... ,Sheet12 then the formula should look something like this...
    Code:
    =SUM('Sheet1:Sheet12'!G19)
    Excellent, thanks!

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.2.0