Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
James
 
Posts: n/a
Default Grade Percentage into letter grade

What formula would I use to turn a class percentage into a letter grade. If
a student has a 94% for the class how do I get excel to relflect that into an
a if the range is 90-100%?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Grade Percentage into letter grade

http://www.contextures.com/xlFunctions02.html#Range

--
Regards,

Peo Sjoblom

(No private emails please)


"James" wrote in message
...
What formula would I use to turn a class percentage into a letter grade.
If
a student has a 94% for the class how do I get excel to relflect that into
an
a if the range is 90-100%?


  #3   Report Post  
Posted to microsoft.public.excel.misc
RagDyer
 
Posts: n/a
Default Grade Percentage into letter grade

Try something like this:

=LOOKUP(A1,{0,60,70,80,90;"E","D","C","B","A"})

Revise the values to suit.
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"James" wrote in message
...
What formula would I use to turn a class percentage into a letter grade.

If
a student has a 94% for the class how do I get excel to relflect that into

an
a if the range is 90-100%?


  #4   Report Post  
Posted to microsoft.public.excel.misc
James
 
Posts: n/a
Default Grade Percentage into letter grade

Thanks alot! That worked perfect.

"RagDyer" wrote:

Try something like this:

=LOOKUP(A1,{0,60,70,80,90;"E","D","C","B","A"})

Revise the values to suit.
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"James" wrote in message
...
What formula would I use to turn a class percentage into a letter grade.

If
a student has a 94% for the class how do I get excel to relflect that into

an
a if the range is 90-100%?



  #5   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Grade Percentage into letter grade

James

Assuming scores are in column A starting at A1.

In B1 enter this formula then drag/copy down column B

=LOOKUP(A1,{0,31,41,51,61,71,81,91,101},{"E","D"," C-","C","C+","B","B+","A"})

Example only, change the number ranges to suit.


Gord Dibben Excel MVP

On Tue, 13 Dec 2005 18:45:01 -0800, "James"
wrote:

What formula would I use to turn a class percentage into a letter grade. If
a student has a 94% for the class how do I get excel to relflect that into an
a if the range is 90-100%?



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
try to convert letter grades into GPA grade points scabbage Excel Worksheet Functions 3 October 22nd 05 05:31 AM
I am trying to set a letter grade for my students, HELP UTI Rod Excel Worksheet Functions 5 August 20th 05 09:33 PM
Numerical grade to Alpha character capecrusader Excel Discussion (Misc queries) 6 August 20th 05 02:02 PM
How can I assign a number value to a letter grade in Excel? BlackBond Excel Worksheet Functions 3 April 5th 05 10:12 PM
Have A Letter Reference A Name For An Intoduction travelersway New Users to Excel 2 February 16th 05 05:47 PM


All times are GMT +1. The time now is 04:19 PM.

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

About Us

"It's about Microsoft Excel"