How can I retrieve data from the same cell, from multiple sheets?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a Worksheet with many sheets (~20-30) and I want to use the data from
these cells and to summarize it in a single sheet. At the moment I use the
regular formulas (SUM(A1,A2,A3) but I end up with very long formulas, hard to
handle.

Is there a formula that could SUM/AVERAGE/COUNT the data from the same cell
(i.e. H12), from all sheets of the document? This would be very useful
because when I add a sheet I would not have to change all formulas again.

Thank you.
 
One way is to add to "dummy" sheets named (for example) "Start" & "End".
Place the sheets to be summed etc between these two tabs i.e
Start,Sheet1,Sheet2 ....,End.


In your summary sheet, which is (obviously) not in the Start/End block, use:

=Sum(Start:End!A1:A5)

HTH
 

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