+ Reply to Thread
Results 1 to 5 of 5

summing multiple worksheets

  1. #1
    Kamie
    Guest

    summing multiple worksheets

    How do I make a sheet that tallies the same cell from multiple worksheets?

  2. #2
    bpeltzer
    Guest

    RE: summing multiple worksheets

    If the sheets to be added are consecutive (no other sheets are between the
    first sheet to be added and the last), use a 3d sum: =sum('First Sheet:Last
    Sheet'!a1).
    (Replace First Sheet and Last Sheet with your worksheet names.)

    "Kamie" wrote:

    > How do I make a sheet that tallies the same cell from multiple worksheets?


  3. #3
    Roger Govier
    Guest

    Re: summing multiple worksheets

    Hi

    Just to add to this suggestion, I like to insert a couple of blanks
    sheets into my workbook, and name them First and Last.
    Make sure that they are encompassing my range of sheets to be summed,
    and my summary sheet is outside of the "sandwich"
    Then =SUM(First:Last!A1) becomes a general formula I can use anywhere.
    First and Last can be hidden if required

    --
    Regards

    Roger Govier


    "bpeltzer" <[email protected]> wrote in message
    news:[email protected]...
    > If the sheets to be added are consecutive (no other sheets are between
    > the
    > first sheet to be added and the last), use a 3d sum: =sum('First
    > Sheet:Last
    > Sheet'!a1).
    > (Replace First Sheet and Last Sheet with your worksheet names.)
    >
    > "Kamie" wrote:
    >
    >> How do I make a sheet that tallies the same cell from multiple
    >> worksheets?




  4. #4
    Kamie
    Guest

    RE: summing multiple worksheets

    I've tried that, and It says #REF!

    "bpeltzer" wrote:

    > If the sheets to be added are consecutive (no other sheets are between the
    > first sheet to be added and the last), use a 3d sum: =sum('First Sheet:Last
    > Sheet'!a1).
    > (Replace First Sheet and Last Sheet with your worksheet names.)
    >
    > "Kamie" wrote:
    >
    > > How do I make a sheet that tallies the same cell from multiple worksheets?


  5. #5
    Kamie
    Guest

    Re: summing multiple worksheets

    thank you roger! for some reason, that worked!!!!!!! yay! i've been trying to
    figure this out for about 6 hours!!! much appreciation headed your way!

    "Roger Govier" wrote:

    > Hi
    >
    > Just to add to this suggestion, I like to insert a couple of blanks
    > sheets into my workbook, and name them First and Last.
    > Make sure that they are encompassing my range of sheets to be summed,
    > and my summary sheet is outside of the "sandwich"
    > Then =SUM(First:Last!A1) becomes a general formula I can use anywhere.
    > First and Last can be hidden if required
    >
    > --
    > Regards
    >
    > Roger Govier
    >
    >
    > "bpeltzer" <[email protected]> wrote in message
    > news:[email protected]...
    > > If the sheets to be added are consecutive (no other sheets are between
    > > the
    > > first sheet to be added and the last), use a 3d sum: =sum('First
    > > Sheet:Last
    > > Sheet'!a1).
    > > (Replace First Sheet and Last Sheet with your worksheet names.)
    > >
    > > "Kamie" wrote:
    > >
    > >> How do I make a sheet that tallies the same cell from multiple
    > >> worksheets?

    >
    >
    >


+ 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