All List Sub-List Functions

Distinct Function (remove all duplicated members from a list)
Enumerate Function (return a list of all combinations of elements from multiple lists)
GroupByEQ Function (filter a list of pairs based on equality to a value)
GroupByGE Function (filter a list of pairs based on greater-than-or-equal-to a value)
GroupByGT Function (filter a list of pairs based on greater-than a value)
GroupByLE Function (filter a list of pairs based on less-than-or-equal-to a value)
GroupByLT Function (filter a list of pairs based on less-than a value)
GroupByNE Function (filter a list of pairs based on inequality to a value)
ListEQ Function (filter a list based on equality to a value)
ListGE Function (filter a list based on greater-than-or-equal-to a value)
ListGT Function (filter a list based on greater-than a value)
ListLE Function (filter a list based on less-than-or-equal-to a value)
ListLT Function (filter a list based on less-than a value)
ListNE Function (filter a list based on inequality to a value)
ListSkip Function (remove a specified number of elements from the start of a list)
ListTake Function (return a specified number of elements from the start of a list)
PairUp Function (return a list of pairs of adjacent elements from a source list)
RemoveBlanks Function (remove blank texts from a list)

Related content