weighted average of Dogs by Country

jamiguel77

Active Member
Joined
Feb 14, 2006
Messages
378
Office Version
  1. 2016
  2. 2010
  3. 2007
Platform
  1. Windows
  2. Web
hi all, how to calculate: weighted average
The table below shows the population by country that owns dogs, (and how many)
with this data:

Libro5
ABCD
10No PersonQty Dogs
11Argentina1,00060,000
12USA10700
13Mexico5,00090,000
146,010150,700
15
16Average:25.07487521
17Weighted average:
18
Hoja3
Cell Formulas
RangeFormula
B14:C14B14=SUM(B11:B13)
C16C16=C14/B14


the result would be on: c17
An explanation of the weighted average?


thanks
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
is this what you are looking for? Check and revert -

Book2
ABC
10No PersonQty Dogs
11Argentina100060000
12USA10700
13Mexico500090000
146010150700
15
16Average:25.07487521
17Weighted average:26.0748752
Sheet1
Cell Formulas
RangeFormula
B14:C14B14=SUM(B11:B13)
C16C16=C14/B14
C17C17=SUMPRODUCT(B11:C13)/B14
 
Upvote 0
Solution
An explanation of the weighted average?
Weighted Average takes into account variable quantities across data spread...

So in your data set we multiply figures in column B with Column C and then average it with total number of persons
 
Upvote 0
Thanks, if possible, why is different cell: c16 and c17 wich is the correct averade, and why.
Thanks
 
Upvote 0

Forum statistics

Threads
1,215,261
Messages
6,123,933
Members
449,134
Latest member
NickWBA

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