Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Average Grade for Letters

I have a column of values which are all grades A to U and I would like to
work out the Average of that column but can only figure out how to average
numbers. Is there anyway of averaging a column of letter values?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Average Grade for Letters

Hi

Try the array entered formula
{=CHAR(ROUND(AVERAGE(CODE(A1:A100)),0))}

To commit or Edit an array formula type Ctrl+Shift+Enter (CSE) not just
Enter.
When you use CSE, Excel will insert curly braces { } around the
formula. Do not type them yourself.
--
Regards

Roger Govier


"andreah" wrote in message
...
I have a column of values which are all grades A to U and I would like
to
work out the Average of that column but can only figure out how to
average
numbers. Is there anyway of averaging a column of letter values?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Average Grade for Letters

=CHAR(AVERAGE(CODE(A1:A9))) entered as an array formula (Control Shift
Enter).
--
David Biddulph

"andreah" wrote in message
...
I have a column of values which are all grades A to U and I would like to
work out the Average of that column but can only figure out how to average
numbers. Is there anyway of averaging a column of letter values?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Average Grade for Letters

Andreah,

Averaging of the ASCII codes for the letters A to U give a biased result
towards U grades (presumably U means un-graded) because it has an ASCII code
of 117 campared for A to F which have codes in the range 97 to 102. As an
example 1 U grade and 8 A grades gives and average of C but 1 F grade and 8 A
gives an average of A.

To get an anawer that represents reality I think what you need to do is
assign values to grades (not ASCII codes) and average these.

An excellent explanation can be found here, complete with example workbook.

http://www.ucalgary.ca/~rzach/teaching/grades.html

Mike

"andreah" wrote:

I have a column of values which are all grades A to U and I would like to
work out the Average of that column but can only figure out how to average
numbers. Is there anyway of averaging a column of letter values?

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
how would i get an 'grade point average' using this formula VD Excel Worksheet Functions 4 December 24th 06 05:21 PM
i need need a grade sheet for average several assignments. GANDALF Excel Discussion (Misc queries) 1 December 10th 05 04:04 PM
Grade book average formula Will in SF Excel Worksheet Functions 5 October 23rd 05 09:19 PM
Average a group of tests for grade, some tests not taken by all. Scafidel Excel Discussion (Misc queries) 4 August 19th 05 03:50 AM
Do any of the Grade book templates using Excel average grades? JHardin Excel Discussion (Misc queries) 0 June 29th 05 07:59 PM


All times are GMT +1. The time now is 09:53 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"