View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default 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