How to calculate GPA in Excel

GPA doesn’t have a fixed scale and usually, it varies across universities. So, we will create a scale table in Excel to decide the parameters and then use it in an example. We will need 3 parameters to find the GPA. They are percentage, grade, and grade value. Note: This procedure works with the MS Excel for Windows version and not the web version. Let us assume the grade process as follows: 0%   to 39% = F grade or 0 value 40% to 49% = D grade or 1 value 50% to 59% = C grade or 2 value 60% to 79% = B grade or 3 value 80% and above = A grade or 4 value The formula for GPA is as follows: The Excel formula for GPA becomes: This could be better understood through an example. Eg. Let us assume the following example. Proceed step by step to find the GPA. 1] The percentages scored by a student in various subjects are in columns A and B, the grades need to be mentioned in column C, and the grade values in column D as shown in the picture below.

2] Create a second table with fixed values for judging the grade and value as per percentage scored. The percentage should be the least needed to score a certain grade. Create borders for this second table to distinguish it from the first one. 3] Click on the cell in which you need the first-grade value once (double-click will enable text so don’t do that). 4] Go to Formulas > Lookup & Reference. 5] Select VLOOKUP from the list of functions. This would open the Function arguments window. 6] In the Lookup_value field, type the cell coordinates of the first cell with the percentage scored. 7] For Table_Array, select the second table which you would use for reference values. Then, add $ before and after each column letter. In my case, the formula for the table array becomes $A$10:$C$15. 8] In the Col_index_num, mention the column number in the selected table. In my case, since I need the grade and the grade reference is in the second column, the Col_index_num becomes 2.

9] Hit Ok. You would get the grade corresponding to the percentage in the selected cell (in my case C3). 10] Use the Fill function to pull the results down to the last row with the percentage. To do so, click outside cell C3 and then back on it. Then, use the little dot at the right-bottom corner of the selected cell C3 to pull the formula down to cell C8.

11] To find the list of values, use the same procedure you used for the grade, with the difference that the Col_index_num would be 3. 12] Use AutoSum to find the sum of all grade values in cell D9. 13] To find the GPA in cell H3, the formula becomes: 14] Hit Enter.

There you have it! If you have any doubts about the procedure, please let us know in the comment section. Hope this was helpful.