An 'average' of averages usually isn't very meaningful - usually what you need is the average of the underlying data.
For example, if you're using sales data organised by day of the month like:
Day Total Sales Widgets Widget%
1 $100 $75 75
2 $400 $100 25
etc
The corresponding figures for the 1st 2 days would be:
$500 $175 35
(ie 35%) whereas averaging the averages would return a misleading 50%.
Now, back to your immediate problem. I suspect you're using a formula field with coding like {=AVERAGE(ABOVE)} - you can see the
actual formula by toggling the field code display with Alt-F9. It is important to note that formula fields like this don't return
the expected result when there are blank or non-numeric cells (including cells containing alpha-numerics) in any of the range
referred to. To overcome that, you need to explicitly reference the relevant cell range. To see how to do this and just about
everything else you might want to do with dates in Word, check out my Word Date Calculation Tutorial, at:
http://www.wopr.com/index.php?showtopic=249902&st=0&p=249902&#entry249902
or
http://www.gmayor.com/downloads.htm#Third_party
Do read the document's introductory material.
--
Cheers
macropod
[MVP - Microsoft Word]
"ron37" <ro...@discussions.microsoft.com> wrote in message news:4C807031-855F-4712...@microsoft.com...
--
Cheers
macropod
[MVP - Microsoft Word]
"macropod" <macr...@invalid.invalid> wrote in message news:u9$w1WTmJ...@TK2MSFTNGP05.phx.gbl...