• 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.

Average of Average when a condition is met

prazad82

Member
Hello,


http://www.2shared.com/file/sRVwNiyj/book1.html


In table1, I need to get the average scores of each teams.


Thanks
 
Hi Prazad... you can use AVERAGEIF for this. In C7 write,


=AVERAGEIF($J$5:$J$13,$B7,K$5:K$13)


and drag it down and sideways to get what you want.
 
Thank you Chandoo and Kaushik. Both the formulas worked!


Kaushik, could you please tell me the use of "="&$B7 in a formula?
 
@prazad82,


People usually do this to add a criteria when using SUMIF(),COUNTIF(),AVERAGEIF(). you can use other operates as well like,">","<","<>" etc.


Regards,
 
Hi Prazad ,


You can find a detailed explanation here :


http://colinlegg.wordpress.com/2012/04/06/sumif-formulas/


Narayan
 
Back
Top