Sum totals of 55 worksheets on Sheet 55?

  • Thread starter Thread starter L. S. Martin
  • Start date Start date
L

L. S. Martin

Have 55 worksheets in a work book, each has a total in cell L34. Right now,
am going to a cell on sheet 55, hit =, then go back to each page and click
on its total, hit +, then go to the next page --- all the way to page 55.
Plus, it won't let me even do 55 - have to do twice and add together.
Hoping there's a simple formula that will do the work?

Thanks for any help.
 
You don't say how the sheets are named but a generic solution is:

Put w/sheet named "Start" before your first sheet to be summed and one
called "End" after the last w/sheet.

to sum:

=SUM('Start:End'!L34)
 
Thanks to Both!

Toppers said:
You don't say how the sheets are named but a generic solution is:

Put w/sheet named "Start" before your first sheet to be summed and one
called "End" after the last w/sheet.

to sum:

=SUM('Start:End'!L34)
 

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