I'm trying to create a grade spreadsheet, but I'm having difficulty with one small section...
Students will be writing 6 essays and a total of 10 quizzes. I want excel to automatically drop the two lowest quiz scores, having the remaining 8 quizzes count for 25% of the final grade.
I originally created the spreadsheet with only one column for quizzes, which made calculating the average pretty straightforward. When trying to drop the two lowest scores, however, I have no idea how to make it work.
If the 10 quiz scores are in cells J2-R2, what formula would you use to drop the two lowest scores and have the remaining 8 scores weighted at 25% total?
Any help would be greatly appreciated!
Edit:
Here is the formula I used to calculated the average when I only had one column for the quizzes. As you can see, the assignments are not weighted evenly.
=(D2*0.05)+(E2*0.1)+(F2*0.1)+(G2*0.15)+(H2*0.15)+(I2*0.2)+(J2*0.25)
Students will be writing 6 essays and a total of 10 quizzes. I want excel to automatically drop the two lowest quiz scores, having the remaining 8 quizzes count for 25% of the final grade.
I originally created the spreadsheet with only one column for quizzes, which made calculating the average pretty straightforward. When trying to drop the two lowest scores, however, I have no idea how to make it work.
If the 10 quiz scores are in cells J2-R2, what formula would you use to drop the two lowest scores and have the remaining 8 scores weighted at 25% total?
Any help would be greatly appreciated!
Edit:
Here is the formula I used to calculated the average when I only had one column for the quizzes. As you can see, the assignments are not weighted evenly.
=(D2*0.05)+(E2*0.1)+(F2*0.1)+(G2*0.15)+(H2*0.15)+(I2*0.2)+(J2*0.25)
Last edited: