How do i get Excel find a sum of #s om different pages/books?

G

Guest

I am using Excel to work out wages, and i have my excel set up so that i can
see all months from January to now in different "sheets". What i would like
it to be able to do is, that i would like to be able to put an extra section
in, so that on each pay check, people will be able to see how much they have
earned from the start of the year, till today, how do i make it work that out
automatically without having to tell it to work out the sum of I22 January,
february, march, april, may, june, july, august, and september, and then next
month having to tell it all tha again plus one month.

If you dont understand let me know and i can try to send u a copy of what im
talking about and you can play around with it a little...
 
B

Bob Phillips

Just use

=SUM(January:December!A10

say for a guy whose money is in A10, and assuming the next is in A11, copy
down

You don't need to worry about future months, the salary will be empty?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
B

Bob Phillips

Just use

=SUM(January:December!A10

say for a guy whose money is in A10, and assuming the next is in A11, copy
down

You don't need to worry about future months, the salary will be empty?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
G

Guest

Just to add to what Bob Phillips provided:
A sheet named January and a sheet named December need to exist, and all
sheets with the other month names need to be positioned between them in the
workbook.

As he said, even tho we are currently only in September, then October,
November and December's salaries are presumably zero, so they're non-players,
but will update as those months are completed.
 
G

Guest

i dont think that works...i tried and it comes up with a mistake....is there
a possibility you would make an excel file where you have done it so i can
see??

my email is (e-mail address removed)

thank u
 
R

Roger Govier

Hi
=SUM(January:December!A10

A small typo in Bob's formula omitted the last bracket, try

=SUM(January:December!A10)
If that doesn't work, do you have your sheets named January, February
etc.?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top