+ Reply to Thread
Results 1 to 4 of 4

how to get the subject average of a class?

  1. #1
    Forum Contributor
    Join Date
    02-28-2012
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    542

    how to get the subject average of a class?

    i have 35 students . the marks are entered in E5:E37.in E44 i will get the result of a countif formula . it will give the result as how many appeared in the exam. this gives the number appeared. the equation i proposed is something like --- the (sum of (E5:E37/E44)/30*100

    E5:E37---where i will enter the marks in a maximum marks of 30. (eg-20 out of 30)
    E44 ----where i will get the result of a countif formula which will give the number of students appeared in the examination.

    30*100----to find out the average proportionate marks in 100
    thanks.

  2. #2
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: how to get the subject average of a class?

    In E44 enter

    =SUM(E5:E39) (35 Possible scores for the students if everyone took the test) Missing tests of course are not summed.

    Enter this where you want the count of the students that actually took the exam.

    =COUNTA(E5:E39)

    If you simply want the average score for those taking the class to be a percentage use this where you want the answer

    =(AVERAGE(E5:E39)/30)*100
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  3. #3
    Forum Contributor
    Join Date
    02-28-2012
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    542

    Re: how to get the subject average of a class?

    Quote Originally Posted by newdoverman View Post
    In E44 enter

    =SUM(E5:E39) (35 Possible scores for the students if everyone took the test) Missing tests of course are not summed.

    Enter this where you want the count of the students that actually took the exam.

    =COUNTA(E5:E39)

    If you simply want the average score for those taking the class to be a percentage use this where you want the answer

    =(AVERAGE(E5:E39)/30)*100
    thanks a lot for the suggestion. this is what i wanted. have a nice day.

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: how to get the subject average of a class?

    You're welcome. Glad to help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1