Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
stardust
 
Posts: n/a
Default How do I display data from multiple worksheets in a summary sheet.

I have over 100 worksheets which are layout exactly the same. I want to
create a summary sheet to display only certain information from all of
them...like name, sales total, numbers of calls. I don't want to consolidate
or tally the information just display them. Does anyone know how to do this?
  #2   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

Many ways to skin this cat

=Sheet1!C4
=Sheet1!C4
...

If the sheets will be always be accessible in an open workbook you could use
=INDIRECT("Sheet"&ROW()&"!C4")

In a macro you could use
For i = 1 To 100
Cells(i, 1).FormulaR1C1 = "=Sheet" & i & "!R4C3"
Next

Jerry

stardust wrote:

I have over 100 worksheets which are layout exactly the same. I want to
create a summary sheet to display only certain information from all of
them...like name, sales total, numbers of calls. I don't want to consolidate
or tally the information just display them. Does anyone know how to do this?


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
Extracting data from multiple worksheets into a list mnirula Excel Worksheet Functions 16 February 25th 05 08:52 PM
Finding Data in multiple worksheets [email protected] Excel Discussion (Misc queries) 1 February 10th 05 10:42 PM
Display multiple data Morgan Juul Excel Discussion (Misc queries) 1 February 2nd 05 06:30 PM
Merge Data From Multiple Worksheets Corby Excel Worksheet Functions 1 December 22nd 04 03:25 PM
data entry on multiple worksheets diosdias Excel Discussion (Misc queries) 1 December 7th 04 05:33 PM


All times are GMT +1. The time now is 05:39 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"