Closed Thread
Results 1 to 5 of 5

average student grades

  1. #1
    billynolan
    Guest

    average student grades

    I need to calculate the average student grades on student profile sheets. for
    example a student might recieve grades A, A, B, B, A - how do I get excell to
    display A as the average grade?

  2. #2
    Gordon
    Guest

    Re: average student grades

    "billynolan" <[email protected]> wrote in message
    news:[email protected]
    > I need to calculate the average student grades on student profile
    > sheets. for example a student might recieve grades A, A, B, B, A -
    > how do I get excell to display A as the average grade?


    In your example the average is not "A", it's either "A-" or "B+"

    You need to give your grades a numerical equivalent (in descending order I
    would think) and average them that way. You will also need to add to your
    table the grades in between, such as "A-" and "B+"

    HTH



  3. #3
    Mike
    Guest

    RE: average student grades

    Have you checked out the templates for teachers?
    http://office.microsoft.com/en-us/te...100801033.aspx

    "billynolan" wrote:

    > I need to calculate the average student grades on student profile sheets. for
    > example a student might recieve grades A, A, B, B, A - how do I get excell to
    > display A as the average grade?


  4. #4
    Jim Cone
    Guest

    Re: average student grades

    Leo Heuser answered a similar question in Feb 2004 with the following...
    (I was impressed enough with it to retain it in my code library)
    Jim Cone
    San Francisco, USA
    '--------------------------
    Averaging letter grades
    "I'd like to know if it is possible to write a formula that will average 16
    letter grades in column b, from row 6 to 21 is where i enter the letter grade
    for each assignment. I'd like to have the average of these grades in g23."

    If "+" and "-" are included, here's one
    way to do it. Remove and add elements
    if necessary. All numbers are rounded to
    nearest integer. E.g. an average of 7.8125
    will round to 8, which is C.
    (F- is 1 and A+ is 15)

    In G23 enter:

    =INDEX({"F-","F","F+","D-","D","D+","C-","C","C+","B-","B","B+",
    A-,"A","A+"},ROUND(AVERAGE(MATCH(B6:B21,{"F-","F","F+",
    D-,"D","D+","C-","C","C+","B-","B","B+","A-","A","A+"},0)),0))

    The formula is an array formula, and
    must be entered with <Shift><Ctrl><Enter>
    also if edited later.
    '--------------------------


    "billynolan"
    <[email protected]>
    wrote in message
    news:[email protected]
    I need to calculate the average student grades on student profile sheets. for
    example a student might recieve grades A, A, B, B, A - how do I get excell to
    display A as the average grade?

  5. #5
    Bill Ridgeway
    Guest

    Re: average student grades

    Be careful of the terms you use. The term "average" is often used
    incorrectly. There are three main methods of calculating an average. Have
    a look at -
    http://en.wikipedia.org/wiki/Average

    From your example I think you should be looking at calculating the mode not
    the arithmetic mean.

    Regards.

    Bill Ridgeway
    Computer Solutions



Closed 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