Weighted Average Summary Table

srdavisgb

New member
Joined
Jul 30, 2018
Messages
5
Reaction score
0
Points
0
Excel Version(s)
Excel 2016
I need to calculated the weighted average for each item in a worksheet (columns A:E in the attached file). I have created a summary table to identify each item (columns G:H). The formula in cell H4 does not work.

How do you join an if statement with the SumProduct function?

Thanks in advance for your assistance.
 

Attachments

  • Weighted Average Summary Table.xlsx
    14.9 KB · Views: 15
Try:

=SUMPRODUCT(--($A$4:$A17=$G4),$D$4:$D$17,$E$4:$E$17)/SUMIF($A$4:$A$17,G4,$D$4:$D$17)

copied down
 
Back
Top