list totals for various sheets

  • Thread starter Thread starter Tony H
  • Start date Start date
T

Tony H

I have several worksheets (could be 2, could be 20) and I want to list the
totals into one final sheet
 
List your sheet names in one column (eg column A), then in B1 use this
formula:

=INDIRECT("'"&A1&"'!H13")

This assumes your total is in cell H13 on each sheet - adjust to suit,
then copy down.

Hope this helps.

Pete
 
Many thanks. Works a treat.

Tony H


Pete_UK said:
List your sheet names in one column (eg column A), then in B1 use this
formula:

=INDIRECT("'"&A1&"'!H13")

This assumes your total is in cell H13 on each sheet - adjust to suit,
then copy down.

Hope this helps.

Pete
 

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