I want to do a thing in excel with numbers, but do not know what the formula is called.
Suppose I have a sample of random numbers from 1 to 100. I want to capture a certain percentage of the numbers, lets say 85%. How I want to do that is to take a minimum and maximum indicator that moves towards each other leaving the same amount of numbers on the outside.
For example:
Sample: 2,2,3,5,6 .........89,90,91,100
Min: 2
Max: 100
Min moves up a number to 3 and leave two numbers out of range. Now, Max has to move down to 90 in order to leave 2 numbers out of range. This continues until 85% of the numbers are within range. Then I will know the min and max for 85% of the numbers so it is balanced.
I hope that makes sense. Thanks!
Suppose I have a sample of random numbers from 1 to 100. I want to capture a certain percentage of the numbers, lets say 85%. How I want to do that is to take a minimum and maximum indicator that moves towards each other leaving the same amount of numbers on the outside.
For example:
Sample: 2,2,3,5,6 .........89,90,91,100
Min: 2
Max: 100
Min moves up a number to 3 and leave two numbers out of range. Now, Max has to move down to 90 in order to leave 2 numbers out of range. This continues until 85% of the numbers are within range. Then I will know the min and max for 85% of the numbers so it is balanced.
I hope that makes sense. Thanks!