hOW CAN I CONVERT NUMERICAL POINTS INTO A LETTER GRADE(SCHOOL)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a grade book. I know thee is a way that I can function
the total amount of points to a letter grade ( A-F).
 
Create a table something like...

0,F
50,E
60,D
70,C
80,B
90,A

and invoke:

=LOOKUP(Points,Table)
 

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

Back
Top