sum

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

Guest

Hi
I have 25 diffrent worksheets with diffrent file name. Now i want to get
all the sums in one worksheet.Please guide me
 
terminology
workbook = an excel file with the extension .xls
worksheet=a tab within a workbook

If you mean that you want to total one cell in all worksheets within a
workbook
=sum(sheet2:sheet10!a1) formula in sheet1
 
Open The files on where you want to get you accumulative data from and the do
the following formula:

=sum([File Name]Sheet name!Cell Range+[File Name]Sheet name!Cell Range)

Granted this is the long way of getting what you need but it works rather
well!!
 

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