ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to find the lowest number of a row and delete it automatically (https://www.excelbanter.com/excel-discussion-misc-queries/113530-how-find-lowest-number-row-delete-automatically.html)

awinslow

How to find the lowest number of a row and delete it automatically
 
I am tryint to help a teacher with her gradebook and she wants to be able to
delete the lowest score of each student automatically (they are arranged in
rows) for grading purposes. (she drops the lowest grade). Is there a way to
have excel do this for us?

Dave Peterson

How to find the lowest number of a row and delete it automatically
 
Instead of deleting the data, it might be better to have the formula just ignore
that lowest value. If she's averaging the scores:

=(sum(b2:j2)-min(b2:j2))/(count(b2:j2)-1)

It adds all the values in B2:J2, subtracts the lowest score
and divides by (the number of scores - 1)

If this doesn't help, you may want to share the formula she uses to get scores.

awinslow wrote:

I am tryint to help a teacher with her gradebook and she wants to be able to
delete the lowest score of each student automatically (they are arranged in
rows) for grading purposes. (she drops the lowest grade). Is there a way to
have excel do this for us?


--

Dave Peterson


All times are GMT +1. The time now is 07:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com