Ignore lowest of 5 numbers

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
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Because I was thinking you could do your AVERAGE formula, but then have it subtract out the smallest number before the average calculation by typing in something like, -SMALL(array, 1). "array" would be where the grades are stored and "1" would indicate that only the smallest number should be dropped.

Would that work?
 
Upvote 0
If I understand you correctly, SUM(B4:F4)/125 should be (SUM(B4:F4)-MIN(B4:F4))/100
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
 
Upvote 0
That worked perfect. Thanks a bunch!!
Because I was thinking you could do your AVERAGE formula, but then have it subtract out the smallest number before the average calculation by typing in something like, -SMALL(array, 1). "array" would be where the grades are stored and "1" would indicate that only the smallest number should be dropped.

Would that work?
 
Upvote 0

Forum statistics

Threads
1,223,902
Messages
6,175,278
Members
452,629
Latest member
SahilPolekar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top