MS Excel Exercise
MS Excel Exercise
1. You will be constructing a spreadsheet that you can use to calculate your current Grade Point
Average. (GPA)
6. In the Total Values = cell, insert a formula that calculates the Total of all individual letter grade
values found in the Grade Values Column. (Add up all the individual letter grade values).
7. In the MY GPA= cell, insert a formula that calculates the AVERAGE of all the individual Grade
Values. You can do this either by using the Function Button and selecting AVERAGE for the range of cells
or by entering a formula for calculating averages. (Total of all values / total # of individual values).
8. Use the Decrease Decimal button to round of the decimals to the nearest 100th. (Two decimal
places)
Name: ___________________________________ Date: _______________
9. Under the cell that calculates MY GPA, Insert an IF Statement for the following condition:
If a student's GPA is greater than or equal to a 3.50, then have the cell display HONOR ROLL! If
the student's GPA is less than the 3.50, have the cell display, Keep Trying!
10. Try out your GPA Calculator. Type in a series of low grades (1's & 2's) and then high
grades (3's & 4's) and see if the IF statement changes to Keep Trying or Honor Roll!