I have 58 sheets in a workbook, and I need to calculate the percentage across
all sheets into sheet 1. We are using this workbook to conduct a training
analysis. Each sheet represents a learner, and their knowledge of the
content as high medium or low. Sheet 1 should give us an overview of the
specs, yet it seems excel 2000 cuts you off after 35 sheets when writing the
formula
If the values are in the same cell across all worksheets you can group your
worksheets by clicking on the sheet 1 and shift Click on sheet 58. And use
something like the formula below to calc your average.
=SUM(Sheet1:Sheet58!A1)/58
--
Kevin Backmannquot;tosh105quot; wrote:
gt; I have 58 sheets in a workbook, and I need to calculate the percentage across
gt; all sheets into sheet 1. We are using this workbook to conduct a training
gt; analysis. Each sheet represents a learner, and their knowledge of the
gt; content as high medium or low. Sheet 1 should give us an overview of the
gt; specs, yet it seems excel 2000 cuts you off after 35 sheets when writing the
gt; formula
Thanks It worked just fine!
quot;Kevin Bquot; wrote:
gt; If the values are in the same cell across all worksheets you can group your
gt; worksheets by clicking on the sheet 1 and shift Click on sheet 58. And use
gt; something like the formula below to calc your average.
gt;
gt; =SUM(Sheet1:Sheet58!A1)/58
gt; --
gt; Kevin Backmann
gt;
gt;
gt; quot;tosh105quot; wrote:
gt;
gt; gt; I have 58 sheets in a workbook, and I need to calculate the percentage across
gt; gt; all sheets into sheet 1. We are using this workbook to conduct a training
gt; gt; analysis. Each sheet represents a learner, and their knowledge of the
gt; gt; content as high medium or low. Sheet 1 should give us an overview of the
gt; gt; specs, yet it seems excel 2000 cuts you off after 35 sheets when writing the
gt; gt; formula
Thanks!
I am newbie to formulas...excel is not usually my job! I appreciate the
time taken to help someone wo has never ever witten a formula.
Thanks again
Kristian (tosh105)
quot;Kevin Bquot; wrote:
gt; If the values are in the same cell across all worksheets you can group your
gt; worksheets by clicking on the sheet 1 and shift Click on sheet 58. And use
gt; something like the formula below to calc your average.
gt;
gt; =SUM(Sheet1:Sheet58!A1)/58
gt; --
gt; Kevin Backmann
gt;
gt;
gt; quot;tosh105quot; wrote:
gt;
gt; gt; I have 58 sheets in a workbook, and I need to calculate the percentage across
gt; gt; all sheets into sheet 1. We are using this workbook to conduct a training
gt; gt; analysis. Each sheet represents a learner, and their knowledge of the
gt; gt; content as high medium or low. Sheet 1 should give us an overview of the
gt; gt; specs, yet it seems excel 2000 cuts you off after 35 sheets when writing the
gt; gt; formula
I'm not sure what your formula looks like, but maybe you could use multiple
cells.
One cell for the first 30 worksheets another cell for the last 28 and a third
cell to add them (if that's what you're doing???).
Alternatively, if your data is laid out nicely (and depending on what you're
doing), you may be able to use this technique.
Say you wanted to add all the values in A1 of all those 58 sheets...
I'd create two new worksheets--one to the far right and one to the far left.
Call them Start and End
Then using a sheet (Summary) that is outside this quot;sandwichquot; of worksheets:
=Sum(start:end!A1)
Then you can drag sheets in and out of that sandwich to play what if games.
I'd put a couple of notes on each of these sheets:
quot;don't delete this sheet!quot;
And protect the worksheets so that people don't use it for real data.
========
One of the real good reasons to layout your data nicely--I like to put my totals
in Row 1 to make it even easier.
tosh105 wrote:
gt;
gt; I have 58 sheets in a workbook, and I need to calculate the percentage across
gt; all sheets into sheet 1. We are using this workbook to conduct a training
gt; analysis. Each sheet represents a learner, and their knowledge of the
gt; content as high medium or low. Sheet 1 should give us an overview of the
gt; specs, yet it seems excel 2000 cuts you off after 35 sheets when writing the
gt; formula
--
Dave Peterson
Sorry. I didn't see the other responses.
Dave Peterson wrote:
gt;
gt; I'm not sure what your formula looks like, but maybe you could use multiple
gt; cells.
gt;
gt; One cell for the first 30 worksheets another cell for the last 28 and a third
gt; cell to add them (if that's what you're doing???).
gt;
gt; Alternatively, if your data is laid out nicely (and depending on what you're
gt; doing), you may be able to use this technique.
gt;
gt; Say you wanted to add all the values in A1 of all those 58 sheets...
gt;
gt; I'd create two new worksheets--one to the far right and one to the far left.
gt;
gt; Call them Start and End
gt;
gt; Then using a sheet (Summary) that is outside this quot;sandwichquot; of worksheets:
gt;
gt; =Sum(start:end!A1)
gt;
gt; Then you can drag sheets in and out of that sandwich to play what if games.
gt;
gt; I'd put a couple of notes on each of these sheets:
gt;
gt; quot;don't delete this sheet!quot;
gt;
gt; And protect the worksheets so that people don't use it for real data.
gt;
gt; ========
gt; One of the real good reasons to layout your data nicely--I like to put my totals
gt; in Row 1 to make it even easier.
gt;
gt; tosh105 wrote:
gt; gt;
gt; gt; I have 58 sheets in a workbook, and I need to calculate the percentage across
gt; gt; all sheets into sheet 1. We are using this workbook to conduct a training
gt; gt; analysis. Each sheet represents a learner, and their knowledge of the
gt; gt; content as high medium or low. Sheet 1 should give us an overview of the
gt; gt; specs, yet it seems excel 2000 cuts you off after 35 sheets when writing the
gt; gt; formula
gt;
gt; --
gt;
gt; Dave Peterson
--
Dave Peterson
- Mar 09 Fri 2007 20:36
How to calculate percentage acroos sheets in a workbook
close
全站熱搜
留言列表
發表留言