Greetings all - I'm stumped on how to perform a weighted average using three criteria. I'd appreciate it if you folks could help me out. The formula if it were a simple weighted average is below, as well as the 3 criteria needed.
Criteria:
IF Sheet1!A:A="North"
IF Sheet1!B:B="Apple"
IF Sheet1!C:C="Dog"
Simple Formula if criteria wasn't needed:
=SUMPRODUCT(Sheet1!K:K,Sheet1!H:H)/SUM(Sheet1!H:H)
Criteria:
IF Sheet1!A:A="North"
IF Sheet1!B:B="Apple"
IF Sheet1!C:C="Dog"
Simple Formula if criteria wasn't needed:
=SUMPRODUCT(Sheet1!K:K,Sheet1!H:H)/SUM(Sheet1!H:H)