Calculating averagesout of averages -
12-13-2004
, 10:13 AM
Hi,
i have the following question:
I have this data:
Number of Employees (data inputted by user)
Country Date Number
----------------------------------
Spain 1-1-2004 580
Ireland 1-1-2004 790
France 1-1-2004 655
Number of sick employees (data inputted by user)
Country Date Number
----------------------------------
Spain 1-1-2004 16
Ireland 1-1-2004 33
France 1-1-2004 25
Average sick employees (per country) (calculated)
Country Date Number
----------------------------------
Spain 1-1-2004 (16/580)*100= 2.75862%
Ireland 1-1-2004 (33/790)*100 = 4.17722%
France 1-1-2004 (25/655)*100=3.81679%
Average sick people (per region) (calculated)
Country Date Number
----------------------------------
Emea 1-1-2004 (74/2025)*100=3.65432%
So when i receive the actual values and calculate the averages with AS i get
3.65432% as a region result.
The problem now is that is don't get the actual values from the user but i
only receive the averages (the percentages). For the individual countries it
doesn't matter. But if i want to calculate the average for the region i get a
different avg. value:
(20%+25%+13.33%)/3=3.58421
So, even when the difference is really small this is not correct. Because
the region average is calculated out of averages you get these differences.
When there are larger values being used this difference can get bigger. Is
there a way to still calculate the average out of 'averages'? Or is this not
possible.
Any thoughts or solution about this?
Thnx,
Stanley |