Hi, I need your help. I am trying to write a SUMPRODUCT formula to weigh some data.
I am trying to weigh the "Avg Speed" of the COB queue and the HCF queue.
I know the correct answer is 48.04 but I am having a problem writing a concise formula.
If you are all wondering how I got the correct answer I cut and paste the COB & HCF row to a new worksheet and used this formula =SUMPRODUCT(B6:B7,C6:C7)/SUM(C6:C7)
[pre]
[/pre]
Please assist by helping write a formula that will calculate any row that has COB and HCF as a queue. Thanks
I am trying to weigh the "Avg Speed" of the COB queue and the HCF queue.
I know the correct answer is 48.04 but I am having a problem writing a concise formula.
If you are all wondering how I got the correct answer I cut and paste the COB & HCF row to a new worksheet and used this formula =SUMPRODUCT(B6:B7,C6:C7)/SUM(C6:C7)
[pre]
Code:
Row A Row B Row C
Queue Avg Speed Calls
COB 200 78
COBRA 41 66
DBL 111 170
HC-RUS 179 19
HC-AS 54 12
HCF 10 312
HC-COB 92 9
LIENS 85 8
LI 58 26
Please assist by helping write a formula that will calculate any row that has COB and HCF as a queue. Thanks