Obtaining a value above a certain percentage
Obtaining a value above a certain percentage
(OP)
Here's the setup. I have a range of data that I would like to obtain the value above the minimum 10% of the varying range value.
Column
2
4
2
8
10
31
12
I am trying to eliminate the bottom 10% of values and get the next value up from this. Any suggestions?
Column
2
4
2
8
10
31
12
I am trying to eliminate the bottom 10% of values and get the next value up from this. Any suggestions?





RE: Obtaining a value above a certain percentage
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Obtaining a value above a certain percentage