average formula

A

amiebarnes

I need a formula to average a group of numbers taking out the lowest number. Such as

15 28 37 62 41 92 74 has an average of 49.86 using the =average formula. What I am looking for is a formula that will do this average and take out the minimum number automatically so the same group of numbers will return an average amount of 55.67. I would like to take into account that the list of numbers are formulas and therefore the minimum number could conceivable change

Thanks.
 
D

Dave R.

another way;

=AVERAGE(IF(A1:A10>MIN(A1:A10),A1:A10))

entered with CTRL SHIFT ENTER.




amiebarnes said:
I need a formula to average a group of numbers taking out the lowest number. Such as:

15 28 37 62 41 92 74 has an average of 49.86 using the =average
formula. What I am looking for is a formula that will do this average and
take out the minimum number automatically so the same group of numbers will
return an average amount of 55.67. I would like to take into account that
the list of numbers are formulas and therefore the minimum number could
conceivable change.
 
D

Dave R.

Yipes, actually disregard that! It will screw up in the case that there are
1 instances of the MIN value, so might remove the lowest 2+ values instead
of only one of the lowest.


amiebarnes said:
I need a formula to average a group of numbers taking out the lowest number. Such as:

15 28 37 62 41 92 74 has an average of 49.86 using the =average
formula. What I am looking for is a formula that will do this average and
take out the minimum number automatically so the same group of numbers will
return an average amount of 55.67. I would like to take into account that
the list of numbers are formulas and therefore the minimum number could
conceivable change.
 

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

Similar Threads

averaging multiple items from one list 2
Need help with a formula 3
If Formula 2
New to Banter... 1
Average Unique 7
Average If... 12
AVERAGE 3
Average With < Continued 4

Top