• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

averaging same data with multiple criteria

Hi,

Please help me create formula that would average the same persons score should he/she have more than one reviewed cases.

for example: (WE051417)
Amihan, Josslyn Marie had two cases, however on my Index/Match formula, it only reflects the first data entered instead of averaging both score. Should be 92.50 and not 85
(85 + 100 = 185)/2 = 92.50
same with the WE052117

I've attached the file for additional reference. Thanks in advance. :) :)
 

Attachments

  • QA Score Card.xls
    210.5 KB · Views: 8
G2: =AVERAGEIFS($P$22:$P$167,$A$22:$A$167,$A2,$M$22:$M$167,G$1)
Copy down and to other columns
 
Hi Hui,

Thanks! I wasn't aware of the "averageifs" function. I am using countifs and sumifs functions though. Now I know... :) :) :)

Thanks again for the big help... :)
 
The xxxx_ifs() functions are only available in Excel 2010 + so be careful if they need to be shared with older versions of Excel
 
Back
Top