Hi all
I am using the "Large" and "Small" to analyse some data.
I have around 250 lines of numeric data, that I want to find the largest (max) smallest (min) values, I am using the max and min functions with no problem. I also need to find a notional max and min where I remove any extreme peaks. I can do this with the large and small functions. The large function with k set to 2 (=Large(A1:A250,2), removes the true max, so works perfectly
The small function is not performing as expected. Where there a lot of 0's in the data, I expected =small(A1:A250,2) to show me the smallest value above 0, but it just shows 0. I have to set k to 51 before it shows a value. I have checked and there are 50 lines where the data is set to 0. Is this what I should expect ? if so is there another way to essentially eliminate the lowest point in the data set and return the next lowest datapoint ? there is a lot of variability on the possible data sets to analyse in this way, hence using the small function.
Many thanks in advance
Simon
I am using the "Large" and "Small" to analyse some data.
I have around 250 lines of numeric data, that I want to find the largest (max) smallest (min) values, I am using the max and min functions with no problem. I also need to find a notional max and min where I remove any extreme peaks. I can do this with the large and small functions. The large function with k set to 2 (=Large(A1:A250,2), removes the true max, so works perfectly
The small function is not performing as expected. Where there a lot of 0's in the data, I expected =small(A1:A250,2) to show me the smallest value above 0, but it just shows 0. I have to set k to 51 before it shows a value. I have checked and there are 50 lines where the data is set to 0. Is this what I should expect ? if so is there another way to essentially eliminate the lowest point in the data set and return the next lowest datapoint ? there is a lot of variability on the possible data sets to analyse in this way, hence using the small function.
Many thanks in advance
Simon