Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, how do I calculated a weighted average, but excluding cells that have #div/0! or 0. Thanks -- inoexcel ------------------------------------------------------------------------ inoexcel's Profile: http://www.excelforum.com/member.php...o&userid=33055 View this thread: http://www.excelforum.com/showthread...hreadid=537753 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(IF(ISNUMBER(data),data),IF(ISNUMBER(we ights),weights)) /
SUMPRODUCT(IF(ISNUMBER(weights),weights)) Jerry "inoexcel" wrote: Hi, how do I calculated a weighted average, but excluding cells that have #div/0! or 0. Thanks -- inoexcel ------------------------------------------------------------------------ inoexcel's Profile: http://www.excelforum.com/member.php...o&userid=33055 View this thread: http://www.excelforum.com/showthread...hreadid=537753 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() awesome, thanks Jerry! -- inoexcel ------------------------------------------------------------------------ inoexcel's Profile: http://www.excelforum.com/member.php...o&userid=33055 View this thread: http://www.excelforum.com/showthread...hreadid=537753 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Glad it helped.
Jerry "inoexcel" wrote: awesome, thanks Jerry! -- inoexcel ------------------------------------------------------------------------ inoexcel's Profile: http://www.excelforum.com/member.php...o&userid=33055 View this thread: http://www.excelforum.com/showthread...hreadid=537753 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Weighted Average | New Users to Excel | |||
Weighted Average | New Users to Excel | |||
weighted average in pivot table | Excel Discussion (Misc queries) | |||
Weighted Average - Copy Function | Excel Worksheet Functions | |||
Show weighted average value after filter. | Excel Worksheet Functions |