Gpa formula

psychogata

New Member
Joined
Mar 26, 2002
Messages
2
How do I calculate gpa in one formula on the 4.0 scale? I have the doc set up so that I have a list of classes with their grades in one collumn and the numerical equivalents in the next collumn. Can anyone help me? Thanks!

Example:
Assume each class = 3 hours credit


Eng A 4.0
Math B 3.0
Science B 3.0
History A 4.0

Gpa ???
This message was edited by psychogata on 2002-04-03 09:33
This message was edited by psychogata on 2002-04-03 09:34
This message was edited by psychogata on 2002-04-03 09:36
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
If all classes are 3 credits and the grades are in cells C1:C4, then use the following formula:

=SUM(C1:C4)/COUNT(C1:C4)

_________________
Hope this helps.
Kind regards, Al.
This message was edited by Al Chara on 2002-04-03 10:06
 
Upvote 0
<html><body> <table BORDER=3 CELLSPACING=3 CELLPADDING=3 ><tr><td>Course</td><td>Letter_Grade</td><td>Grade</td><td>Credit_Hrs</td></tr><tr><td>Eng</td><td>A</td><td>4.0</td><td>3</td></tr><tr><td>Math</td><td>B</td><td>3.0</td><td>3</td></tr><tr><td>Science</td><td>B</td><td>3.0</td><td>3</td></tr><tr><td>History</td><td>A</td><td>4.0</td><td>3</td></tr><tr><td></td><td></td><td></td><td></td></tr><tr><td>GPA</td><td></td><td>3.5</td><td></td></tr></table></body></html>

The weighted GPA formula used for this result is...

{=SUM(Grade*Credit_Hrs)/SUM(Credit_Hrs)}

Note: This is an array formula which must be entered using the Control+Shift+Enter key combination. The outermost braces, { }, are not entered by you -- they're supplied by Excel in recognition of a properly entered array formula.
This message was edited by Mark W. on 2002-04-03 09:57
 
Upvote 0

Forum statistics

Threads
1,213,513
Messages
6,114,064
Members
448,545
Latest member
kj9

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top