Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mathsteach
 
Posts: n/a
Default Averaging letters

How do I use Excel to average students grades given in letters?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Averaging letters

Here are some ARRAY FORMULA* ideas....

*Note: For array formulas, hold down [Ctrl] and [Shift] when you press
[Enter], instead of just pressing [Enter].

For student grades (A,AB,B,....F) in B2:D2

Example:
B2: A
C2: B
D2: A

E2:
=INDEX({"A","AB","B","BC","C","CD","D","F"},ROUND( AVERAGE(LOOKUP(B2:D2&"",{"","A","AB","B","BC","C", "CD","D","F"},{FALSE,1,2,3,4,5,6,7,8})),0))
That formula returns: AB

Or
E2:
=AVERAGE(LOOKUP(B2:D2&"",{"","A","AB","B","BC","C" ,"CD","D","F"},{FALSE,1,2,3,4,5,6,7,8}))
That formula returns 2.33

Something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Mathsteach" wrote:

How do I use Excel to average students grades given in letters?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Averaging letters

Just for the heck of it........

Grades a A, B, C, D, F

Array entered: (doesn't account for empty cells or any other entries that
are not letter grades)

=CHAR(ROUND(AVERAGE(CODE(UPPER(A1:A5))),0)+(ROUND( AVERAGE(CODE(UPPER(A1:A5))),0)=69))

Biff

"Mathsteach" wrote in message
...
How do I use Excel to average students grades given in letters?



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
Sorting a Worksheet using Capital letters This Guy Excel Worksheet Functions 0 April 25th 06 04:56 AM
How to change column letters to correct ones in many formulas automatically? Dmitry Kopnichev Links and Linking in Excel 7 October 13th 05 09:52 PM
Changing the range of several averaging functions Hellion Excel Discussion (Misc queries) 1 September 17th 05 02:12 PM
Counting the number of letters in a cell beefycj5 Excel Discussion (Misc queries) 2 June 1st 05 08:28 PM
How do I sort letters before numbers in Excel? RiverGirl Excel Discussion (Misc queries) 4 May 27th 05 04:09 PM


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