I work in oDesk, and I recently found out how the rating is computed. I made a personal worksheet for myself to keep track of my record. However, the formula I use is too long, and I was wondering on how to shorten it.
The formula is:
(sum of total cash earned multiplied by rating, respectively) divided by (sum of total cash earned)
Let's say I have two columns here:
Column A (total cash earned) - Column B (rating)
$4.50 - 4.80
$5.33 - 5.00
$27.00 - 4.00
My Excel formula is:
=((A1*B1)+(A2*B2)+(A3*B3))/(SUM(A1:A3))
Is there a way to shorten it, and possibly accommodate future entries without having to edit the formula?
All help is appreciated. Thanks!