Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Summing data from multiple woorkbooks

I want to sum data from the same cell in multiple workbooks into another onto
a worksheet in another workbook. This may be an easy task, but I haven't
found a solution. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Summing data from multiple woorkbooks

If there are only a couple of files involved and the paths are reasonable
try something like this:

=SUM('C:\TV\[File1.xls]Sheet1'!$A$1,'C:\TV\[File2.xls]Sheet1'!$A$1)

If there are many files involved it may be easier to just link to those
files and then use the linked range in the sum. For example:

A1: ='C:\TV\[File1.xls]Sheet1'!$A$1
A2: ='C:\TV\[File2.xls]Sheet1'!$A$1
A3: ='C:\TV\[File3.xls]Sheet1'!$A$1
etc
etc

Then: =SUM(A1:An)


--
Biff
Microsoft Excel MVP


"TDMSU84" wrote in message
...
I want to sum data from the same cell in multiple workbooks into another
onto
a worksheet in another workbook. This may be an easy task, but I haven't
found a solution. Thanks.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I would like to merge woorkbooks contained in a spreadsheet K Excel Worksheet Functions 1 September 19th 07 09:41 PM
Summing and multiplying for multiple criteria Ed Excel Discussion (Misc queries) 1 April 26th 07 02:26 PM
Need Help: Summing Multiple Criteria japorms Excel Worksheet Functions 6 April 28th 06 08:41 PM
Summing on multiple conditions Stacy Excel Worksheet Functions 1 September 15th 05 08:24 PM
Summing with multiple criteria qflyer Excel Worksheet Functions 3 June 21st 05 07:43 AM


All times are GMT +1. The time now is 07:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"