ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Dropping the lowest score from a gradebook (https://www.excelbanter.com/excel-worksheet-functions/103657-dropping-lowest-score-gradebook.html)

Stockeyd

Dropping the lowest score from a gradebook
 
I have a gradebook that I am working on and would like to write a formula
that will drop the lowest score from a column. Does anyone have any
suggestions?

Bob Phillips

Dropping the lowest score from a gradebook
 
=sum(A:A)-MIN(A:A)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Stockeyd" wrote in message
...
I have a gradebook that I am working on and would like to write a formula
that will drop the lowest score from a column. Does anyone have any
suggestions?




ampozdol

Dropping the lowest score from a gradebook
 
If you're looking to find the average grade amongst many, then Bob was
correct, but you'll want to add:

=(SUM(A#:A#)-MINA(A#:A#))/(COUNT(A#:A#)-1)

where # = the row numbers in the array. Otherwise you'll just have a total
sum of the points.

You can format the cells to limit the amount of remaining decimals places as
well if you like.

Aaron

"Bob Phillips" wrote:

=sum(A:A)-MIN(A:A)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Stockeyd" wrote in message
...
I have a gradebook that I am working on and would like to write a formula
that will drop the lowest score from a column. Does anyone have any
suggestions?






All times are GMT +1. The time now is 05:38 PM.

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