Forum Discussion
clem312
Resolver I
4 years agoAverage staff weighted
Hi,
I have two columns : WEIGHT and STAFF
WEIGHT STAFF
89,857142857 10
61,384615385 5
61,384615385 1
76,316666667 6
76,316666667 3
29,111111111
29,111111111
101,791666667 9
76,316666667 7
86,320000000 65
59,700000000 1
27,242718447 1
59,700000000 3
27,242718447 1I want to make the average of staff weighted.
I can't find the right function.
I found the right answer :
DIVIDE(CALCULATE(SUM(STAFF*WEIGHT)),CALCULATE(SUM(WEIGHT)))