View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Speadsheet question

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.
--
David Biddulph

"cmerci01" wrote in message
...
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.

"Toppers" wrote:

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?

"Tracey Jones" wrote:

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