J
jim3975
Hi All,
How do I remove the highest and lowest values from a series of fields?
How do I remove the highest and lowest values from a series of fields?
JE McGimpsey said:There's an XL function that will do that for you:
Say you had 10 values and you wanted to eliminate the max and min:
=TRIMMEAN(A1:A10,2/10)
If you don't know how many values are in the data set, you can eliminate
the top and bottom using
=TRIMMEAN(A:A, 2/COUNT(A:A))