When you just need a fast GPA from a list of grades, this calculator does it without forcing you into a row-by-row form. Paste your courses as a grade and a credit count per line and it returns your credit-weighted cumulative GPA on the standard 4.0 scale.
How it works
Each line is parsed into a letter grade and a credit value. The letter maps to a grade point, which is then weighted by credits:
A = 4.0 A- = 3.7
B+ = 3.3 B = 3.0 B- = 2.7
C+ = 2.3 C = 2.0 C- = 1.7
D+ = 1.3 D = 1.0 D- = 0.7
F = 0.0
GPA = sum(grade point * credits) / sum(credits)
Lines that do not contain a recognizable grade and a number are skipped and shown back to you so you can correct typos.
Example and tips
Three courses — A 3, B+ 4, A- 3 — give grade points of 12.0, 13.2, and 11.1
over 10 credits, for a GPA of 3.63. Use a consistent separator (space or comma),
and remember to leave out pass/fail courses since they carry no grade points. If a
course was repeated, include only the grade your school counts toward GPA.