Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Summarize data from multiple sheets

G'day! My first sheet is a summary sheet. All the subsequent sheets are
identically designed data entry sheets, BUT the sheet names are random (not
sequential) AND the names and total number of subsequent data entry sheets
are unknown as additional data entry sheets can be added (and renamed) at any
time. How can I automatically (either by way of formula or macro or other)
reference data from the first data entry sheet into cells in Row-1 of the
summary sheet and then reference the same data from the next data entry sheet
into cells in Row-2 of the summary sheet... continuing until the last sheet?
Merry Christmas!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Summarize data from multiple sheets

If you make a list of your sheet names in column A, could do

=INDIRECT("'"&$A2&"'!B$2")

This formula will look at cell B2 in whatever sheet is named in cell A2. You
could then copy across to get different cells from same sheet, or down to
same cells from different sheet.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"rgl2sa" wrote:

G'day! My first sheet is a summary sheet. All the subsequent sheets are
identically designed data entry sheets, BUT the sheet names are random (not
sequential) AND the names and total number of subsequent data entry sheets
are unknown as additional data entry sheets can be added (and renamed) at any
time. How can I automatically (either by way of formula or macro or other)
reference data from the first data entry sheet into cells in Row-1 of the
summary sheet and then reference the same data from the next data entry sheet
into cells in Row-2 of the summary sheet... continuing until the last sheet?
Merry Christmas!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Summarize data from multiple sheets

Thanks Luke, that's brilliant and works perfectly... BUT do you know of any
way that I can 'automatically' populate the Sheet Names into column A without
relying on the user to manually add them each time a new sheet is added? The
complete range of Sheet Names can't be pre-populated up front because
additional sheets and their unique random Sheet Names are constantly added on
an ongoing basis.

"Luke M" wrote:

If you make a list of your sheet names in column A, could do

=INDIRECT("'"&$A2&"'!B$2")

This formula will look at cell B2 in whatever sheet is named in cell A2. You
could then copy across to get different cells from same sheet, or down to
same cells from different sheet.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"rgl2sa" wrote:

G'day! My first sheet is a summary sheet. All the subsequent sheets are
identically designed data entry sheets, BUT the sheet names are random (not
sequential) AND the names and total number of subsequent data entry sheets
are unknown as additional data entry sheets can be added (and renamed) at any
time. How can I automatically (either by way of formula or macro or other)
reference data from the first data entry sheet into cells in Row-1 of the
summary sheet and then reference the same data from the next data entry sheet
into cells in Row-2 of the summary sheet... continuing until the last sheet?
Merry Christmas!

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
SumIF to summarize amount in different sheets by date Tanya Excel Worksheet Functions 4 February 1st 08 08:33 PM
What function do I use to summarize data levels on three sheets? Learningfast Excel Worksheet Functions 2 December 29th 07 03:12 AM
summarize data from multiple worksheets cdshon Excel Discussion (Misc queries) 6 December 28th 06 03:48 PM
Charting series in different sheets (summarize) uriel78 Charts and Charting in Excel 2 February 23rd 05 01:44 PM
Summarize data with multiple conditions OkieViking Excel Discussion (Misc queries) 1 December 16th 04 09:17 PM


All times are GMT +1. The time now is 01:49 AM.

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"