Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"