Weighted Average (math) question?

hmmmidk220

Board Regular
Joined
Dec 14, 2016
Messages
55
Hi!

This might be more of a math question but here goes:

I have two different contract rates, $52.38 and $52.50. Each rate corresponds to a certain amount of revenue, lets say $30310 and $1253 respectively.

What would be the weighted average of those two rates?

I got 52.39 using sum product (https://exceljet.net/formula/weighted-average) or just by using this : =((C188*C150)+(C151*C189))/SUM(C150:C151)

Is that right?

At first I tried taking the ratio of the first rate's revenue and multiplying it by the regular average but I guess that's not right (different result?)

=(C150/(SUM(C150:C151)))*(SUM(C188:C189)/2)

Thanks!
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Think of it this way: your total revenue is $30,310 + $1,253 = $31,563.

~96% (30,310/31,563) of that revenue came at a $52.38 rate and the other ~4% came at the 52.50 rate.

96% * 52.38 + 4% * 52.50 = 52.38476 blended rate (using the calculated %s and not the rounded 96%/4% shown above). That's the same number you'd get with the SUMPRODUCT approach.

You should *not* use the regular average per the last formula you posted, as it assumes equal weighting for your two rates. We know the actual results skewed heavily toward the $52.38.
 
Upvote 0

Forum statistics

Threads
1,215,459
Messages
6,124,944
Members
449,198
Latest member
MhammadishaqKhan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top