View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Change a letter grade to a numerica GPA

Look at VLOOKUP as an option.

=VLOOKUP(LetterGrade,GPAtable,2,0)

where lettergrade = A+ etc
GPATable is named range (say columns A & B) containing letter grade &
corresponding GPA.

A+ 4.33
A ???

HTH

"Bogazetti" wrote:

I want to type in a letter grade, like A+, A, A- and have excel change it to
it's gpa,
like 4.33 for A+. I can do it when I use IF, but I can only use it 7 times
and I need to do it 12 times
Thanks