Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi. Does anyone know which function can do the "Weighed Average"? Or do I need to combine several functions to do so? Thanks. -- Additional information: - I'm using Office XP - I'm using Windows XP |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=Sumproduct(range with values,range with weights)/Sum(range with weights)
HTH, Bernie MS Excel MVP "0-0 Wai Wai ^-^" wrote in message ... Hi. Does anyone know which function can do the "Weighed Average"? Or do I need to combine several functions to do so? Thanks. -- Additional information: - I'm using Office XP - I'm using Windows XP |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
One way With Quantities in A1:A4 and Values in B1:B4 =SUMPRODUCT((A1:A4),(B1:B4))/SUM(A1:A4) Change ranges to suit Regards Roger Govier 0-0 Wai Wai ^-^ wrote: Hi. Does anyone know which function can do the "Weighed Average"? Or do I need to combine several functions to do so? Thanks. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks for your help! "0-0 Wai Wai ^-^" ¦b¶l¥ó ¤¤¼¶¼g... Hi. Does anyone know which function can do the "Weighed Average"? Or do I need to combine several functions to do so? Thanks. -- Additional information: - I'm using Office XP - I'm using Windows XP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
plotted Average | Charts and Charting in Excel | |||
Weighed Average of a weiged average when there are blanks | Excel Discussion (Misc queries) | |||
Weighed average if the adjecent column contains blanks | Excel Discussion (Misc queries) | |||
What is this kind of average called? | Excel Worksheet Functions | |||
AVERAGE and STDEV functions with logic | Excel Worksheet Functions |