Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
try to convert letter grades into GPA grade points | Excel Worksheet Functions | |||
I am trying to set a letter grade for my students, HELP | Excel Worksheet Functions | |||
Numerical grade to Alpha character | Excel Discussion (Misc queries) | |||
How can I assign a number value to a letter grade in Excel? | Excel Worksheet Functions | |||
Have A Letter Reference A Name For An Intoduction | New Users to Excel |