List Tools
Collection of list processing tools including sorting, filtering, randomizing and statistical operations
Average of List
The sum of a list of numbers divided by the amount of numbers in the list, this is also called the arithmetic mean
Filter Numbers
Filter numbers from a list, according to various criteria, such as maximum, minimum, divisor, multiple and more
Generate List of Numbers
Generate a list of numbers, choose the first and last numbers and the step between consecutive numbers
Minimum Maximum List
Find the highest and the lowest number from a list
Randomize List Order
Randomize and shuffle the order of items in a list with various randomization options
Reverse List Order
Sort a list or text in reverse order
Sort List
Sort a list in (reverse) alphabetical order. You can use the natural sort algorithm (human friendly) or the classical sort algorithm (machine friendly)
Sort Numbers
Sort numbers from a list in ascending order, descending order or randomly