PC Review


Reply
Thread Tools Rate Thread

Adding Across Worksheets

 
 
Dimetric Houston
Guest
Posts: n/a
 
      8th Sep 2004
Hello all.

I saw a thread talking about this, but I can't figure out how to make it
work for me.

My worksheets contain the contribution for each person for one day out
of the week. One issue I have is that all my worksheets have the date
for the worksheet name (it is easier to see what a person contributed on
a certain day if the date is immediately visible on the tabs).

I want to sum all the contributions for each person over the course of
about 6 months. There are about 70+ people, and I want to show what
each person contributed totally. Is there a way to do this using the
SUM formula?

I don't think this would be a conditional sum, unless I have to account
for blank cells outside the range of names and totals.

Thanks.

** Posted via: http://www.ozgrid.com
Excel Templates, Training, Add-ins & Software!
http://www.ozgrid.com/Services/excel...categories.htm **
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      9th Sep 2004
Is each person's name in the same location on each sheet?

If yes, say your info that you want to sum is in E19 of each sheet.

I'd add two sheets--one to the far left named Start and one to the far left
named Finish.

Then make sure your summary sheet is not between the Start/Finish worksheets.

Then you can use:
=sum(start:finish!e19)




Dimetric Houston wrote:
>
> Hello all.
>
> I saw a thread talking about this, but I can't figure out how to make it
> work for me.
>
> My worksheets contain the contribution for each person for one day out
> of the week. One issue I have is that all my worksheets have the date
> for the worksheet name (it is easier to see what a person contributed on
> a certain day if the date is immediately visible on the tabs).
>
> I want to sum all the contributions for each person over the course of
> about 6 months. There are about 70+ people, and I want to show what
> each person contributed totally. Is there a way to do this using the
> SUM formula?
>
> I don't think this would be a conditional sum, unless I have to account
> for blank cells outside the range of names and totals.
>
> Thanks.
>
> ** Posted via: http://www.ozgrid.com
> Excel Templates, Training, Add-ins & Software!
> http://www.ozgrid.com/Services/excel...categories.htm **


--

Dave Peterson
(E-Mail Removed)
 
Reply With Quote
 
Dimetric Houston
Guest
Posts: n/a
 
      15th Sep 2004
Hey, that's fantastic! I'll use that.

Here is a type of example of how my data looks:

Day 1
Name Contrib A Contrib B Total
Joe 300.00 50.00 350.00
Sue 250.00 202.00 452.00
Billy 90.00 .10 9.10

Now, say that this type of setup is on each sheet (for about 50+ sheets,
Day 1 to Day 50).

What you gave me would, say, sum up Joe's contributions for the whole 50
sheets. Specifically, it would take the Total for Joe on each sheet and
sum them. Now, would I have to do a loop to do the same thing for Sue
and Billy, or is there a better way? A loop going through 70+ people on
50+ sheets would be pretty slow.

SUM seems pretty picky about its arguments. I thought of using Offset
in order to go to the next row, but that would get messy in dealing with
50+ sheets.

** Posted via: http://www.ozgrid.com
Excel Templates, Training, Add-ins & Software!
http://www.ozgrid.com/Services/excel...categories.htm **
 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      16th Sep 2004
If Sue's data were always in the same spot, you could just use that same
formula:

=sum(start:finish!e19)

But point at Sue's cell.

=sum(start:finish!e22) (say)

Dimetric Houston wrote:
>
> Hey, that's fantastic! I'll use that.
>
> Here is a type of example of how my data looks:
>
> Day 1
> Name Contrib A Contrib B Total
> Joe 300.00 50.00 350.00
> Sue 250.00 202.00 452.00
> Billy 90.00 .10 9.10
>
> Now, say that this type of setup is on each sheet (for about 50+ sheets,
> Day 1 to Day 50).
>
> What you gave me would, say, sum up Joe's contributions for the whole 50
> sheets. Specifically, it would take the Total for Joe on each sheet and
> sum them. Now, would I have to do a loop to do the same thing for Sue
> and Billy, or is there a better way? A loop going through 70+ people on
> 50+ sheets would be pretty slow.
>
> SUM seems pretty picky about its arguments. I thought of using Offset
> in order to go to the next row, but that would get messy in dealing with
> 50+ sheets.
>
> ** Posted via: http://www.ozgrid.com
> Excel Templates, Training, Add-ins & Software!
> http://www.ozgrid.com/Services/excel...categories.htm **


--

Dave Peterson
(E-Mail Removed)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding worksheets sorab Microsoft Excel Misc 1 5th Sep 2006 02:41 PM
adding worksheets together =?Utf-8?B?R2FyeQ==?= Microsoft Excel Misc 1 27th Jun 2005 08:26 PM
Re: adding worksheets Paul B Microsoft Excel Worksheet Functions 0 30th Jun 2004 10:11 PM
adding across worksheets Glenn Microsoft Excel Discussion 7 22nd Apr 2004 04:18 AM
Adding Worksheets Peter Microsoft Excel Programming 6 16th Jan 2004 04:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:12 AM.