+ Reply to Thread
Results 1 to 5 of 5

combining totals on different sheets

  1. #1
    Registered User
    Join Date
    03-01-2013
    Location
    Corinth, Mississippi
    MS-Off Ver
    Excel 2010
    Posts
    10

    combining totals on different sheets

    I am working on a workbook that currently has 6 sheets in it.
    sheets 1-5 have total cells in them and the 6th sheet has a grand total cell.
    What formula would I need to use to sum all the total cells into the grand total
    cell on the last sheet?

    Thanks in advance!!
    Ben

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.85 (24051214))
    Posts
    8,844

    Re: combining totals on different sheets

    assuming the sheets are called sheet1,2,3,4,5
    and the total cells on the sheet are all the same cell reference say D2

    then on the grand total cell on sheet6
    =SUM(Sheet1:Sheet5!D2)

  3. #3
    Registered User
    Join Date
    03-01-2013
    Location
    Corinth, Mississippi
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: combining totals on different sheets

    Thanks a lot!!

  4. #4
    Registered User
    Join Date
    03-01-2013
    Location
    Corinth, Mississippi
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: combining totals on different sheets

    what if the total cells on sheets 1,2,3,4, & 5 are in different cells say like;

    sheet 1 total cell # d4
    sheet 2 total cell # e2

    and so on...

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.85 (24051214))
    Posts
    8,844

    Re: combining totals on different sheets

    only way i know would be

    =sum(Sheet1!D4,Sheet2!E2)

+ 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