Hi-
I'm trying to find the weighted average of column D & E if Column I is "A","B", or "C" and Column A is equal to "FI"
this is what i have so far, but it's giving me an error
<style>table { }td { padding: 0px; color: black; font-size: 11pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }ruby { }rt { color: windowtext; font-size: 8pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Verdana; display: none; }</style> <table style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" width="86"> <col style="" width="86"> <tbody><tr height="14"> <td height="14" width="86">SUMPRODUCT(--(A2:A12="FI"),--(ISNUMBER(MATCH(I2:I12,{"a";"b";"c"},0))),($D$2:$D$12,$E$2:$E12)/
SUMPRODUCT(--(A2:A12="FI"),--(ISNUMBER(MATCH(I2:I12,{"a";"b";"c"},0))),($D$2:$D$12)
</td> </tr> </tbody></table> Please help. Much appreciated.
I'm trying to find the weighted average of column D & E if Column I is "A","B", or "C" and Column A is equal to "FI"
this is what i have so far, but it's giving me an error
<style>table { }td { padding: 0px; color: black; font-size: 11pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }ruby { }rt { color: windowtext; font-size: 8pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Verdana; display: none; }</style> <table style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" width="86"> <col style="" width="86"> <tbody><tr height="14"> <td height="14" width="86">SUMPRODUCT(--(A2:A12="FI"),--(ISNUMBER(MATCH(I2:I12,{"a";"b";"c"},0))),($D$2:$D$12,$E$2:$E12)/
SUMPRODUCT(--(A2:A12="FI"),--(ISNUMBER(MATCH(I2:I12,{"a";"b";"c"},0))),($D$2:$D$12)
</td> </tr> </tbody></table> Please help. Much appreciated.