Function for Totals

  • Thread starter Thread starter Gymclass14
  • Start date Start date
G

Gymclass14

I am trying to make a function that will total information from other
worksheets. The information will come from a single cell in each worksheet.
Example: I need total from cell A12 from each worksheet to be totaled on a
different worksheet. Its making me go crazy tring to figure this out.
Thanks in advance for the help.
 
I'd use this kind of technique:

Insert a new worksheet to the far right (name it Finish) and one to the far left
(name it Start).

Then put the summary worksheet to the right or left of this "sandwich" of
worksheets.

=sum('start:finish'!a12)

And if you want to play "what if" games, you can drag any of those worksheets
outside that sandwich to see how the sum changes.
 

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