=SUM(A1:A5)-MIN(A1:A5) would drop the lowest grade from that range, if you
want to sum.
Ex.:
A1 = 100
A2 = 100
A3 = 100
A4 = 100
A5 = 99
=SUM(A1:A5)-MIN(A1:A5) --> 499 - 99 = 400
Dave
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.