Speadsheet question

  • Thread starter Thread starter Tracey Jones
  • Start date Start date
T

Tracey Jones

I have multiple spreadsheets that I want to sum them up on one main
"control" sheet, so I can get a grand total payroll figure. How can I do
that? Any help would be appreciated.

Thanks,
T. Jones
 
Please be more specific.
Do you, for example, want
1) sheet1A1 + sheet2A1....
or
2) sum( of A1:D10 on every sheet) placed in one cell

tell us more; best wishes
 
one way:

Create a two sheets "Start" & "End" and place your "data" sheets between them.


=SUM('Start:End'!A1) will sum A1 for all sheets

does this help?
 
I have an additional question to this topic. The criteria I would like added
within a work sheet is on the 2nd page. How do I distinguish this from
criteria on the first page? For example I am =sum('start:end'!c5). The C5
cell data I would like summed is on the 2nd page within the worksheet.
 
What do you mean by a "page" in this context? There may be a number of
pages in the printed output from each worksheet (but this is irrelevant to
your formula). Within the workbook are a number of worksheets, and you have
asked it to sum from the worksheet entitled start to the worksheet entitled
end, and including all the worksheets in between. In each of the worksheets
there is one (and only one) cell whose reference is C5. It is that one
celll in each worksheet which is included in the sum calculated by your
formula.
 
Mr. Jones,
Did you try creating a pivot table ( with "multiple consolidation ranges "
option) in a new worksheet ? Pl try. That may meet your requirements.
 

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

Back
Top