This question also needs experience in coding too. I normally don't ask questions about homework/assignments but I am stuck on this. What we need to do is replicate his grading program in excel. Need to output grade letters off of percentages (that was easy). But this one stumped me, out of 19 assignments, we need to make an IF statement that will output "Do not keep" on the two lowest scored assignments, and "keep" on the others. I bolded two because that is what is messing me up, I made my IF statement correctly say "Do not keep" for the lowest of them, but I don't know how to add in there to say a 2nd lowest one.
Here's my if statement sample, calculating numbers in A1 thru A4, and saying whether to keep or not keep the A1 assignment grade.
=IF(A1<A2, IF(A1<A3, IF(A1<A4, "don’t keep", "keep"),"keep"),"keep")
Head exploding![]()
XI Wiki

