Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
billynolan
 
Posts: n/a
Default 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   Report Post  
Gordon
 
Posts: n/a
Default

"billynolan" wrote in message

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   Report Post  
Mike
 
Posts: n/a
Default

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   Report Post  
Jim Cone
 
Posts: n/a
Default

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"

wrote in message

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   Report Post  
Bill Ridgeway
 
Posts: n/a
Default

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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
plotted Average Micayla Bergen Charts and Charting in Excel 4 July 15th 05 12:13 PM
Weighed Average of a weiged average when there are blanks krl - ExcelForums.com Excel Discussion (Misc queries) 1 July 6th 05 07:37 PM
Do any of the Grade book templates using Excel average grades? JHardin Excel Discussion (Misc queries) 0 June 29th 05 07:59 PM
What is this kind of average called? havocdragon Excel Worksheet Functions 3 June 24th 05 05:10 PM
Vlookup student grades Vicky Excel Discussion (Misc queries) 7 May 19th 05 01:19 PM


All times are GMT +1. The time now is 02:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"