If you are looking for sorting numbers in a separate column, you can try the following:
=LARGE($B$1:$B$5000,COUNT(B1:B5000)
=LARGE(ARRAY,K) this will return the kth largest number in the given array here =COUNT(B1:B5000) will return 7, which is the value of k.
Our final formula will look like this: =LARGE($B$1:$B$5000,5000) , which is the smallest number in the entire range.
Press Ctrl + Enter , choosing a range from b1: b5000 so that it sorts the numbers from b1: b5000.
sabhareesh
source share