I have an unsorted list of 240 elements and I am trying to find the 7th largest and smallest elements of the 240 in the list.

I would like to do this automatically, without having to sort the list or as the list keeps changing.

Thanks in Advance!