P prazad82 Member Feb 7, 2013 #1 Hello, http://www.2shared.com/file/sRVwNiyj/book1.html In table1, I need to get the average scores of each teams. Thanks
Hello, http://www.2shared.com/file/sRVwNiyj/book1.html In table1, I need to get the average scores of each teams. Thanks
K keymaster New Member Feb 7, 2013 #2 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.
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.
K kaushik03 Member Feb 7, 2013 #3 Hi prazad82, Try this at C7: =AVERAGEIF($J$5:$J$13,"="&$B7,K$5:K$13) Copy the same down and across. Kaushik
Hi prazad82, Try this at C7: =AVERAGEIF($J$5:$J$13,"="&$B7,K$5:K$13) Copy the same down and across. Kaushik
K kaushik03 Member Feb 7, 2013 #4 OOps...I did not see...sorry Chandoo..probably your post comes in when I was working.... Kaushik
P prazad82 Member Feb 7, 2013 #5 Thank you Chandoo and Kaushik. Both the formulas worked! Kaushik, could you please tell me the use of "="&$B7 in a formula?
Thank you Chandoo and Kaushik. Both the formulas worked! Kaushik, could you please tell me the use of "="&$B7 in a formula?
K Kevin@Radstock Member Feb 7, 2013 #6 @ prazad82 "Kaushik, could you please tell me the use of "="&$B7 in a formula?" Basically, You don't need it! Use Chandoo formula.
@ prazad82 "Kaushik, could you please tell me the use of "="&$B7 in a formula?" Basically, You don't need it! Use Chandoo formula.
Faseeh Excel Ninja Feb 7, 2013 #7 @prazad82, People usually do this to add a criteria when using SUMIF(),COUNTIF(),AVERAGEIF(). you can use other operates as well like,">","<","<>" etc. Regards,
@prazad82, People usually do this to add a criteria when using SUMIF(),COUNTIF(),AVERAGEIF(). you can use other operates as well like,">","<","<>" etc. Regards,
N NARAYANK991 Excel Ninja Feb 7, 2013 #9 Hi Prazad , You can find a detailed explanation here : http://colinlegg.wordpress.com/2012/04/06/sumif-formulas/ Narayan
Hi Prazad , You can find a detailed explanation here : http://colinlegg.wordpress.com/2012/04/06/sumif-formulas/ Narayan