Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Dynamic summary sheet for a workbook

Hi, I have been searching around here for an example of how I could
add a summary sheet to an existing workbook that would pull specific
data from each of those other sheets. The workbook is constantly
expanding and the summary would need to be updated with every entry. I
have found many good examples of things that are close... but so far
nothing specific.

Any suggestions/thoughts?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Dynamic summary sheet for a workbook

One way to do a summary is to put the value from each worksheet in the SAME
place on the worksheet and use
=sum(firstsheet:lastsheet!a1)

--
Don Guillett
SalesAid Software

wrote in message
ups.com...
Hi, I have been searching around here for an example of how I could
add a summary sheet to an existing workbook that would pull specific
data from each of those other sheets. The workbook is constantly
expanding and the summary would need to be updated with every entry. I
have found many good examples of things that are close... but so far
nothing specific.

Any suggestions/thoughts?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Dynamic summary sheet for a workbook

Thanks Don. I should have better explained that I'd like the summary
sheet to show specific values from each sheet rather than a SUM across
the sheets.

There is a cell on each sheet for Name, Location, Cost1, Cost2 that are
updated by information on that specific sheet. The sheets themselves
are named by (Last Name,First Initial). Whenever we need to enter a
new person into the ystem we create a new sheet for them (which is
sorted alphabetically). I am looking for a summary sheet that would
list all of the names in column 1, the locations in column 2, and the
costs in columns 3 and 4 (that would be able to be updated and sorted
whenever a new sheet is added).

This seems to be beyond my current knowledge :)

Thanks again for any help.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Dynamic summary sheet for a workbook

Assume the data sheets are contiguous in the tab order

Before the first data sheet insert a sheet and name it First
Directly after the last data sheet insert a sheet and name it Last

Anywhere outside these sheet insert a sheet and name it summary

in sheet summary use 3D formulas like

=Sum(First:Last!A1)

Always insert your new data sheets between First and Last

--
Regards,
Tom Ogilvy




wrote in message
ups.com...
Hi, I have been searching around here for an example of how I could
add a summary sheet to an existing workbook that would pull specific
data from each of those other sheets. The workbook is constantly
expanding and the summary would need to be updated with every entry. I
have found many good examples of things that are close... but so far
nothing specific.

Any suggestions/thoughts?



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Dynamic summary sheet for a workbook

When you add a sheet is it too much to go to the summary sheet, insert a
row, enter the name and drag down the formula from the row above? Or even
enter it on the next blank row, then resort

you could use formulas like (in B2 for example)

=Indirect("'" & A2 & "'!B35")
( in C2 for example)
=Indirect("'" & A2 & "'!F37")

and so forth.

The B35 and F37 examples will not be changed when copied down or sorted.

If you enter at the bottom, then sort on Column A.

Seems like a pretty minimal requirement.

--
Regards,
Tom Ogilvy


wrote in message
oups.com...
Thanks Don. I should have better explained that I'd like the summary
sheet to show specific values from each sheet rather than a SUM across
the sheets.

There is a cell on each sheet for Name, Location, Cost1, Cost2 that are
updated by information on that specific sheet. The sheets themselves
are named by (Last Name,First Initial). Whenever we need to enter a
new person into the ystem we create a new sheet for them (which is
sorted alphabetically). I am looking for a summary sheet that would
list all of the names in column 1, the locations in column 2, and the
costs in columns 3 and 4 (that would be able to be updated and sorted
whenever a new sheet is added).

This seems to be beyond my current knowledge :)

Thanks again for any help.





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
Generating a dynamic monthly summary sheet based on weekly data sh Demand Planner Excel Discussion (Misc queries) 2 January 24th 08 02:14 PM
Excel, adding figures from one cell to a summary sheet or workbook petercoe Excel Discussion (Misc queries) 5 April 28th 06 01:54 PM
Multiple Workbook Data Capture Summary Sheet lgmack Excel Discussion (Misc queries) 1 October 6th 05 05:11 PM
Summary sheet in a workbook AGnes Excel Programming 7 June 10th 05 11:23 PM
Linking sheets to a summary sheet in workbook gambinijr Excel Discussion (Misc queries) 4 December 16th 04 08:13 PM


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

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"