Help

  • Thread starter Thread starter Guest
  • Start date Start date
=SUM(Sheet1:Sheet3!A1) will add the contents of A1 on all worksheets from
Sheet1 through Sheet3. I often add 'dummy' sheets before and after those
whose contents I wish to add so my '3d-sum' looks like
=sum(StartSheet:EndSheet!A1)
--Bruce
 
Hi

Try
=SUM(Sheet1:Sheet20!A1)
Change the value of sheet20 to the highest sheet number in your book.
Be aware however, that if the sheets are not in sequence, you may not
pick up the correct answer.

I prefer to create 2 new sheets called First and Last and drag these to
encompass the range of sheets I am interested in.
The
=SUM(First:Last!A1)
will total all A1 cells within the "sandwich".
 
=SUM(Sheet1:Sheet3!A1)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
What does "add a specific cell" mean? What do you want to do? HTH Otto
 

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