ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Converting a students grade & credit hours to current GPA (https://www.excelbanter.com/excel-programming/435626-converting-students-grade-credit-hours-current-gpa.html)

tstrickl

Converting a students grade & credit hours to current GPA
 
Can someone please help me figure out on excel how to figure this? I have
students letter grade, credit hours for each class, on our grading scale to
calculate the GPA.

Thanks.
Terri Strickland

joel[_140_]

Converting a students grade & credit hours to current GPA
 

You can convert the letters to number using match

=MATCH(F1,{"F","D","C","B","A"},0)-1


Do you have grades using A+ and A-

Then use lookup

=MATCH(F1,{"F","D","C-","C","C+","B-","B","B+","A-","A","A+";0,.5,1,1.5,1.5,2.0,2.5,2.5,3.0,3.5,3.5, 4.0,4.5})-1


--
joel
------------------------------------------------------------------------
joel's Profile: http://www.thecodecage.com/forumz/member.php?userid=229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=149564



All times are GMT +1. The time now is 03:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com