Hello Mike (aka Headsetsdotcom),
OK. That is MUCH more understandable and the following should satisfy your needs.
If you are not familiar with 3-D references - I suggest a brief look
at the following information in Excel Help. In my copy of Excel, the
title of the help section is "About cell and range references". If you
cannot find that, try a help search for 3-D references. I would also
check "Guidelines for using 3-D references" for some additional
information. In particular, the latter desribes which formulas work
with 3-D references.
To use 3-D references effectively, I suggest the following sheet
organization in the workbook:
First
Data01
Data02
...
Data99 (or however many you have)
Last
Sums
Charts
I would sugest leaving the sheets named First and Last empty of
information. In case you don't know how to rename sheets - double
click on the name in the tab at the bottom of the sheet and type in
the new name. The names of the sheets between First and Last don't
matter - if you have a naming system already - I suggest you use it.
You could take a copy of your existing workbook at use
Insert -> Worksheet
at the first of your existing data sheets and at the sums sheet
(assuming it is already after all the data sheets) to do this step.
The formula for cell in Sums that refers to B4 in the other sheets would then be
=sum(First:Last!$B$4)
Above, I used an absolute reference here but a relative reference such as
=sum(First:Last!B4)
may be more convenient if you want to copy down / right the cell
formula and the layout of the Sums sheet is similar to that of the
data sheets. To explain the 3-D reference:
First:Last
refers to the range of sheets,
!B4 (or !$B$4)
is the cell within the range of sheets to be summed.
I sometimes use a mix of absolute and relative references and can
explain the differences more fully if needed. Use a clarification
request if you want that added to the answer.
At this point, you should have a sheet suitable for generating the
graphs. I suggest putting the graphs on the Sums sheet or on
additional sheets after the sheet named Last. When you get the new
workbook set up the way you want - be sure to save it.
When you add a sheet to the new workbook - simply move it to an
appropriate place between First and Last and the sums will adjust
automatically. To do this, you can either drag / drop the sheet name
at the bottom of the worksheet area or use
Edit -> Move or Copy Sheet
and a dialog box comes up. Note that the prompt is to move the sheet
"before" the sheet selected, so you can simply scroll down to Last,
and then enter OK.
That should handle the basic operations. If this answer does not meet
all your needs, or if some part is unclear (or you want more
information on cell references), be sure to request a clarification.
I found the relevant information in Excel's on line help. Good search
phrases include:
multiple worksheets
3-d references
range worksheets
You can also try to find additional information using Google -
however, most of the top hits relate to training or certification.
Adding
Excel -specialist -training -proficient
and similar phrases to the above searches can find some additional
information. For example, I found
http://www.mum.edu/helpdesk/tutorials/formulas.html
which has the steps needed to enter a 3-D reference using the mouse
(about 1/3rd down the page).
Good luck with your work.
--Maniac |