How to back into a weighted average?

questionking

New Member
Joined
Sep 26, 2017
Messages
17
[TABLE="width: 1615"]
<tbody>[TR]
[TD]I need help calculating a weighted average rate for a specific value. I know value 226 has a weighted average of 0.33920. How would I calculate this, given the criteria below? Thanks in advance for your help, it is much appreciated.

[TABLE="width: 139"]
<colgroup><col width="77" style="width: 58pt; mso-width-source: userset; mso-width-alt: 2816;"> <col width="108" style="width: 81pt; mso-width-source: userset; mso-width-alt: 3949;"> <tbody>[TR]
[TD="class: xl69, width: 77, bgcolor: transparent"] 130 [/TD]
[TD="class: xl70, width: 108, bgcolor: transparent, align: right"]0.15000%[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"] 463 [/TD]
[TD="class: xl70, bgcolor: transparent, align: right"]0.17245%[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"] 273 [/TD]
[TD="class: xl70, bgcolor: transparent, align: right"]0.25000%[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"] 1,149 [/TD]
[TD="class: xl70, bgcolor: transparent, align: right"]0.28097%[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"] 571 [/TD]
[TD="class: xl70, bgcolor: transparent, align: right"]0.32188%[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"] 703 [/TD]
[TD="class: xl70, bgcolor: transparent, align: right"]0.39686%[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"] 82 [/TD]
[TD="class: xl70, bgcolor: transparent, align: right"]0.40522%[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"] 50 [/TD]
[TD="class: xl70, bgcolor: transparent, align: right"]0.65000%[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"] 96 [/TD]
[TD="class: xl70, bgcolor: transparent, align: right"]0.81901%[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"] 174 [/TD]
[TD="class: xl70, bgcolor: transparent, align: right"]1.28639%[/TD]
[/TR]
[TR]
[TD="class: xl71, bgcolor: transparent"] 226 [/TD]
[TD="class: xl72, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="class: xl73, bgcolor: transparent"] 3,916 [/TD]
[TD="class: xl74, bgcolor: transparent, align: right"]0.35689%[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Welcome to the forum.

Assuming that data is in A1:B12 and that the data means what I think it does, you would use:

=((B12*A12)-SUMPRODUCT(A1:A10,B1:B10))/A11
 
Upvote 0

Forum statistics

Threads
1,223,882
Messages
6,175,164
Members
452,615
Latest member
bogeys2birdies

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