ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Average formula (https://www.excelbanter.com/new-users-excel/34923-average-formula.html)

thomas wald

Average formula
 
I need a formula that will figure the average of any range of numbers
dropping the lowest number

Thomas Goldstein



JE McGimpsey

One way:

=(SUM(rng)-MIN(rng))/(COUNT(rng)-1)

This assumes that you mean to drop only one value if there are multiple
instances of the "lowest number".

In article ,
"thomas wald" wrote:

I need a formula that will figure the average of any range of numbers
dropping the lowest number

Thomas Goldstein


Don Guillett

Or an array formula to exclude all instances of the minimum value
=AVERAGE(IF(H1:H14<MIN(H1:H14),H1:H14))
to be entered with ctrl+shift+enter

--
Don Guillett
SalesAid Software

"JE McGimpsey" wrote in message
...
One way:

=(SUM(rng)-MIN(rng))/(COUNT(rng)-1)

This assumes that you mean to drop only one value if there are multiple
instances of the "lowest number".

In article ,
"thomas wald" wrote:

I need a formula that will figure the average of any range of numbers
dropping the lowest number

Thomas Goldstein





All times are GMT +1. The time now is 01:13 AM.

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