EZ Q 4 U: How do I change a number to text, based on the number

U

UCD GRAD

Hi,
I am a TA for a large course. I have the score results for a midterm. The
professors has assigned grade cutoffs (e.g. 53-56 correct = A-, and so on).
I am not going to type in all the grades for some 300 students. What formula
would I use to change a number value to a grade?

THANK YOU!!

LaTonya
 
B

Biff

Hi!

Adapt this this conversion table to meet your needs:

<41 F
41-44 D
45-48 C
49-52 B

Assume student name is in A1 and number grade is in B1.

Now, with that table in mind use a formula like this:

=LOOKUP(B1,{0,"F";41,"D";45,"C";49,"B";53,"A"})

Biff
 
U

UCD GRAD

Thanks Biff.
Related Q for Biff (or anyone) does this function itself take care of
ranges (e.g. 40-50 = A or do I have to include the range in the function
itself?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top