Note: In order to use the spreadsheet examples, you need to download Business Functions | ||||||||
SortPick (WhichOne, Values, [Direction]) | ||||||||
Pick a number from a list of numbers after sorting the list first | ||||||||
Picks a number from a list, based on size ie by sorting the list first. | ||||||||
Tip | ||||||||
To get the median of a set of values, make WhichOne half the total number of values in the list | ||||||||
References | ||||||||
Robert Sedgewick, 1998, Algorithms in C++ Parts 1-4, ISBN 0-201035088-2 | ||||||||
ExampleSortPick.xls |