Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I have a function I'm trying to write and I don't know what I'm doing wrong. I am trying to calculate a weighted average, but some of my metrics are missing, so when they're missing, I'd like the average to adjust automatically to include just the metrics I have numbers for. Example Weights 20 30 30 20 Function Metric 10 10 10 10 (10*20+10*30+10*30+20*30)/100 Metric 10 5 (10*20+5*30)/50 Metric 10 10 (10*20+10*20)/40 Any idea how to achieve this? Thanks for your help!!!! Andreea -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I reference =, <, or > sign in SUMPRODUCT | Excel Discussion (Misc queries) | |||
SUMIF function | Excel Worksheet Functions | |||
Sumproduct Function problem | Excel Worksheet Functions | |||
Sumproduct function not working | Excel Worksheet Functions | |||
adding two sumproduct formulas together | Excel Worksheet Functions |