Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Summarise data from several worksheets in a workbook

I have the same abolute cell reference across several named worksheets in a
workbook. I wish to summarise this data in a new "summary sheet". Does anyone
know how to increment the worksheets in a formula, so that when I use the
"fill handle" in the summary sheet it will bring in the data from each of the
worksheets.

Many Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,494
Default Summarise data from several worksheets in a workbook

not sure what you want.

on the summary sheet in A1, for example, enter =sum(
then select the first sheet tab and press shift while you click the sheets
you want to sum
then click the cell you want to sum enter the closing ) and press enter
it should look like this
=SUM(Sheet1:Sheet3!A1)

if that's not what you want, sorry.

--

Gary Keramidas
Excel 2003


"Denis" wrote in message
...
I have the same abolute cell reference across several named worksheets in a
workbook. I wish to summarise this data in a new "summary sheet". Does
anyone
know how to increment the worksheets in a formula, so that when I use the
"fill handle" in the summary sheet it will bring in the data from each of
the
worksheets.

Many Thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Summarise data from several worksheets in a workbook

INDIRECT holds the key for you

In your summary sheet,
Assume your source sheetnames are listed in A2 down
(Sheetnames must match exactly with what's on the tabs, except for case)
Assume the key cell refs to be extracted from each source sheet
are listed in B1 across, eg: B2, E5, etc
Put in B2: =INDIRECT("'"&$A2&"'!"&B$1)
Copy B2 across/fill down to populate the required extracts in one fell swoop

Celebrate your success, click the YES button below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"Denis" wrote:
I have the same absolute cell reference across several named worksheets in a
workbook. I wish to summarise this data in a new "summary sheet". Does anyone
know how to increment the worksheets in a formula, so that when I use the
"fill handle" in the summary sheet it will bring in the data from each of the
worksheets.

Many 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
Summarise Multiple Worksheets Louise Excel Worksheet Functions 8 October 3rd 08 12:53 PM
create sheet to summarise invoices on other worksheets [email protected] Excel Discussion (Misc queries) 1 May 22nd 06 07:28 PM
How to summarise data in the same place in multiple worksheets? Peter Oz 67 Excel Discussion (Misc queries) 4 April 10th 06 04:44 AM
How do I summarise data from several workbooks? Bobak Excel Discussion (Misc queries) 4 February 15th 06 10:30 AM
summarise totals from many worksheets into one final worksheet NAAPS Excel Worksheet Functions 3 January 22nd 06 02:42 PM


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

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

About Us

"It's about Microsoft Excel"