=average - eliminate the top and bottom number

J

Jim

Hello,

How do I write a formula that will average all numbers within a column as
well as remove the highest number and the lowest number?

Thanks
 
J

Jacob Skaria

Assuming you have the numbersin ColA ..

=(SUM(A:A)-MIN(A:A)-MAX(A:A)/(COUNT(A:A)-2))

If this post helps click Yes
 
J

Jacob Skaria

Thanks Rick...

=(SUM(A:A)-MIN(A:A)-MAX(A:A))/(COUNT(A:A)-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