scrutherford31
New Member
- Joined
- Feb 3, 2013
- Messages
- 2
Hi guys, i'm new.
I have to create a spreadsheet for a class that calculates student grades.
In total there are 5 assignments, 1 midterm (worth 25% of final grade) and 1 final (worth 50% of final grade).
"The final grade should be calculated using the following information. The worst of the 5 assignments will be dropped. The assignments together make up 25% of the final mark."
That is the instruction. How do i create a formula to only keep the 4 best grades?
Here is the formula i had for calculating the grade using all the assignments:
=((SUM(B4:F4)/125*0.25)+(G4/50*0.25)+(H4/100*0.5))*100
I have to create a spreadsheet for a class that calculates student grades.
In total there are 5 assignments, 1 midterm (worth 25% of final grade) and 1 final (worth 50% of final grade).
"The final grade should be calculated using the following information. The worst of the 5 assignments will be dropped. The assignments together make up 25% of the final mark."
That is the instruction. How do i create a formula to only keep the 4 best grades?
Here is the formula i had for calculating the grade using all the assignments:
=((SUM(B4:F4)/125*0.25)+(G4/50*0.25)+(H4/100*0.5))*100