remove lowest 2 values in a row?

A

Ari

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
 
J

Jacob Skaria

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top