Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have approx 20 workbooks whcih are set up identically.
I need to add the data per cell ( eg A1+A1+A1 etc) in a summary workbook but because of the number of workbooks it's unmanageable to simply add each cell. Is there a simple way of doing this using "SUM" or whatever? Thanks for any help |
#2
![]() |
|||
|
|||
![]()
You can check out the Data | Consolidate Feature. It's designed to do exactly
what you are asking. Check out the Help Topic Consolidate data. tj "Blackcat" wrote: I have approx 20 workbooks whcih are set up identically. I need to add the data per cell ( eg A1+A1+A1 etc) in a summary workbook but because of the number of workbooks it's unmanageable to simply add each cell. Is there a simple way of doing this using "SUM" or whatever? Thanks for any help |
#3
![]() |
|||
|
|||
![]()
Hi Blackcat,
You can sum between dummy sheets as described in a post fro Tom Ogilvy: '---------------------------------- 'From: Tom Ogilvy Put in two extra blank sheets. Name one Start, name one Finish Now in the summary sheet put in a formula =Sum(Start:Finish!A4) insert your daily sheets between start (at the front) and finish at the end. Put your summary shout outside of these two boundary sheet. -- Regards, Tom Ogilvy '----------------------------------<< --- Regards, Norman "Blackcat" wrote in message ... I have approx 20 workbooks whcih are set up identically. I need to add the data per cell ( eg A1+A1+A1 etc) in a summary workbook but because of the number of workbooks it's unmanageable to simply add each cell. Is there a simple way of doing this using "SUM" or whatever? Thanks for any help |
#4
![]() |
|||
|
|||
![]()
Try
=SUM(Sheet2:Sheet9!A1) just change the names to your first and last sheet -- HTH RP (remove nothere from the email address if mailing direct) "Blackcat" wrote in message ... I have approx 20 workbooks whcih are set up identically. I need to add the data per cell ( eg A1+A1+A1 etc) in a summary workbook but because of the number of workbooks it's unmanageable to simply add each cell. Is there a simple way of doing this using "SUM" or whatever? Thanks for any help |
#5
![]() |
|||
|
|||
![]()
Hi Bob
Check your Inbox please -- Regards Ron de Bruin http://www.rondebruin.nl "Bob Phillips" wrote in message ... Try =SUM(Sheet2:Sheet9!A1) just change the names to your first and last sheet -- HTH RP (remove nothere from the email address if mailing direct) "Blackcat" wrote in message ... I have approx 20 workbooks whcih are set up identically. I need to add the data per cell ( eg A1+A1+A1 etc) in a summary workbook but because of the number of workbooks it's unmanageable to simply add each cell. Is there a simple way of doing this using "SUM" or whatever? Thanks for any help |
#6
![]() |
|||
|
|||
![]()
The sheets are in different workbooks though and because of the distribution
need to stay there. "Bob Phillips" wrote: Try =SUM(Sheet2:Sheet9!A1) just change the names to your first and last sheet -- HTH RP (remove nothere from the email address if mailing direct) "Blackcat" wrote in message ... I have approx 20 workbooks whcih are set up identically. I need to add the data per cell ( eg A1+A1+A1 etc) in a summary workbook but because of the number of workbooks it's unmanageable to simply add each cell. Is there a simple way of doing this using "SUM" or whatever? Thanks for any help |
#7
![]() |
|||
|
|||
![]()
Then I think that you are stuck with individually adding them.
-- HTH RP (remove nothere from the email address if mailing direct) "Blackcat" wrote in message ... The sheets are in different workbooks though and because of the distribution need to stay there. "Bob Phillips" wrote: Try =SUM(Sheet2:Sheet9!A1) just change the names to your first and last sheet -- HTH RP (remove nothere from the email address if mailing direct) "Blackcat" wrote in message ... I have approx 20 workbooks whcih are set up identically. I need to add the data per cell ( eg A1+A1+A1 etc) in a summary workbook but because of the number of workbooks it's unmanageable to simply add each cell. Is there a simple way of doing this using "SUM" or whatever? Thanks for any help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i add the same text after current text in multiple cells | Excel Discussion (Misc queries) | |||
Adding contents of cells by clicking in Excel 2002 | Excel Discussion (Misc queries) | |||
ADDING SUM TOTAL OF MORE THAN 30 CELLS IN A COLUMN TOGETHER - WON. | Excel Discussion (Misc queries) | |||
background formatting across multiple cells | Excel Discussion (Misc queries) | |||
How do I extract cells from multiple workbooks | Excel Discussion (Misc queries) |