Idiot Question About Averaging

BrooksTech

Board Regular
Joined
May 9, 2011
Messages
59
Ive got two columns, A has amounts and B has set percentages literally "40%", "35%", etc. which all are set exactly 5% apart.

I need to see what is the average of all percentages as determined by the amounts in column A, meaning whatever actual is most popular, resulting in a number like say 38%.

(Eg. A1=20, B1=40%, A2=8, B2=35%, etc. )
 
Last edited:

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Do you mean weighted average?

=SUMPRODUCT(A1:A2,B1:B2)/SUM(A1:A2)

= 38.6% approx
 
Upvote 0
Weighted averaging just means 'weighting' the %age in terms of the value associated with that average compared to the overall total.

As a rule of thumb, if you have a statistical calculation, just use whatever function you can think of that returns a %age that looks reasonable LOL. That's the art of statistics.
 
Upvote 0

Forum statistics

Threads
1,223,908
Messages
6,175,306
Members
452,633
Latest member
DougMo

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