How to calculate avaerage of the average

155 Views Asked by At

I am having data of 10 schools, each school is having different no of sections. Each section students attended different no of computer classes. How to calculate the average no of computer classes attended by 10 school students. I tried to calcluated the overall average in following steps. First i calculated average of each school by taking the sum of no of computer classes taken in the school divided by no of sections. in second step, i added all the averages and divided the sum by no of schools(i.e.10). is it correct method. please suggest if anyother method available to solve this problem.