HenryDCase
New Member
- Joined
- Oct 18, 2013
- Messages
- 4
I'm trying to make a grade book in Excel 2007. So far, I have what I need, but I'm trying to make one step a little easier. I need a formula that can find the value in one column, look up a specific number based off that, and tally the totals between three columns while dropping the lowest score.
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]In-class Essay 1[/TD]
[TD="align: center"]In-class Essay 2[/TD]
[TD="align: center"]In-class Essay 3[/TD]
[TD="align: center"]Total Extra Credit[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]grade[/TD]
[TD="align: center"]26[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]17[/TD]
[/TR]
[TR]
[TD="align: center"]extra credit earned[/TD]
[TD="align: center"](+10)[/TD]
[TD="align: center"](+4)[/TD]
[TD="align: center"](+7)[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
So, if a student gets the following points on these essays (the numbers along the 'grade' line), they get the amount of extra credit listed below (listed in the 'extra credit earned' line). The 'extra credit earned' line does NOT appear on my grade sheet.
The formula needs to read the grade earned, find the extra credit earned, total the three extra credit scores, and then drop the lowest extra credit score if there are three grades listed--otherwise, the total would be between the two grades with nothing dropped. The student above would receive 17 points of extra credit.
I know this is a complicated formula. Is it even possible? Thanks for any help you can give!
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]In-class Essay 1[/TD]
[TD="align: center"]In-class Essay 2[/TD]
[TD="align: center"]In-class Essay 3[/TD]
[TD="align: center"]Total Extra Credit[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]grade[/TD]
[TD="align: center"]26[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]17[/TD]
[/TR]
[TR]
[TD="align: center"]extra credit earned[/TD]
[TD="align: center"](+10)[/TD]
[TD="align: center"](+4)[/TD]
[TD="align: center"](+7)[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
So, if a student gets the following points on these essays (the numbers along the 'grade' line), they get the amount of extra credit listed below (listed in the 'extra credit earned' line). The 'extra credit earned' line does NOT appear on my grade sheet.
The formula needs to read the grade earned, find the extra credit earned, total the three extra credit scores, and then drop the lowest extra credit score if there are three grades listed--otherwise, the total would be between the two grades with nothing dropped. The student above would receive 17 points of extra credit.
I know this is a complicated formula. Is it even possible? Thanks for any help you can give!