ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   remove lowest 2 values in a row? (https://www.excelbanter.com/excel-discussion-misc-queries/229690-remove-lowest-2-values-row.html)

Ari

remove lowest 2 values in a row?
 
I need to write a forumla to drop the lowest 2 quiz grades...
How do I remove the lowest 2 values in a row and then average the rest?
Thanks in advance,
Ari

Jacob Skaria

remove lowest 2 values in a row?
 
Suppose you have values from A1 to J1

=(SUM(A1:J1)-SMALL(A1:J1,1)-SMALL(A1:J1,2))/(COUNT(A1:J1)-2)

If this post helps click Yes
---------------
Jacob Skaria


"Ari" wrote:

I need to write a forumla to drop the lowest 2 quiz grades...
How do I remove the lowest 2 values in a row and then average the rest?
Thanks in advance,
Ari


Ari

remove lowest 2 values in a row?
 
Thanks,
the SMALL() function is exactly what I was looking for,
Ari

"Jacob Skaria" wrote:

Suppose you have values from A1 to J1

=(SUM(A1:J1)-SMALL(A1:J1,1)-SMALL(A1:J1,2))/(COUNT(A1:J1)-2)

If this post helps click Yes
---------------
Jacob Skaria


"Ari" wrote:

I need to write a forumla to drop the lowest 2 quiz grades...
How do I remove the lowest 2 values in a row and then average the rest?
Thanks in advance,
Ari



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

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