Method 4 of 4:
Create formulas
Excel provides a list of many functions that can be used in calculating grades. The first function is the sum function. We will use the sum function to find the total of the students' grades. Secondly, we will use the average function that will translate the total to a percentage.
-
How to Create a Gradebook on Microsoft Excel Picture 9 The Total of The Students' Grades - Select cell I 6 (the cell directly below the "Total" cell)
- Under the Formulas menu, select Auto Sum
- Click and drag cells D6 through H6 across the row.
- Press Enter
- To copy the formula to the entire Total column, Click and drag the fill handle until you reach cell I15. (this will copy the function to each row, calculating the total grades for each student)
-
How to Create a Gradebook on Microsoft Excel Picture 10 The average of the grades
To find the average of the grades for each student, we will divide the total found in the "total" column by the maximum total possible. (in this example, we will assume the maximum total possible of the grades is 500)
- Select cell J6 (the cell directly below the "average" cell)
- Click on the Formula bar to type
- Type =16/500
- Press Enter
- From cell J6, click and drag the fill handle to the entire average column, until cell J15
- To format the average in a percentage form, select the column J6 to J15
- Right click on the selected column
- Choose Format Cells, a dialog box will appear
- From the Number tab, click on the Percentage category
- Change the number of decimal places as you prefer
- Click Ok.
-
How to Create a Gradebook on Microsoft Excel Picture 11 Translate The Calculated Average Grades to Final Letter Grades
Excel allows us to add a function that automatically calculates a grade based their averages in column J. To perform this function we will need a key, which is simply table of letter grades and corresponding numbers. We will use a sample table from Excel.
- Create The Key Table
- Select cell M7, we will start typing the table here
- Type "Average", this will be the first column
- Press the tab key
- Type "Grades"
- Under "Average" type your grading scale scores
- Under the "Grades" column, type the corresponding letter grade to each score
-
How to Create a Gradebook on Microsoft Excel Picture 12 Type The Formula. The function required to return a letter grade is the
VLOOKUP function, and is called a nested function. It follows the formula:
VLOOKUPlookup_value,table_array,column_index_number,[range_lookup])
- Select cell K6
- Start typing the formula =VLOOKUP(J6,$M$18:$N$22,2,TRUE)
- Explanation: after the brackets, type the cell that contains the final score of the student which is in this example cell J6. The second part of the formula is automatically included by selecting the key table; press F4 from the keyboard to insert the dollar signs that will lock the range selected. The third part is the column number from the table that contains the letter grades. True stands for approximate match with the values of the column, false will result in exact matches.
- Press Enter
- Copy the formula down to the entire column until cell K15 by clicking and dragging the fill handle from cell K6.
- Repeating this process will allow you to calculate grades for other classes in the future.