Ranges

 Range and list functions.

The first character in a list has an index of 1 (like in strings).

See all of the Functions.

AverageCalculates the arithmetic mean of the values in a list of values, range(s), or list(s).
ChercheSearches for a sub-string of a character string and returns its position.
CountCounts the number of non-empty numerical cells in a value set.
CountCellsCounts the number of cells in a set of cells.
CountEqualCounts the number of values in a value set that are equal to a specific value.
CountIfCounts the number of values in a value set that meet a condition.
CountValCounts the number of non-empty cells in a value set.
DecodeDeltaSeriesReturns a list of numbers from a Delta encoded string entered as a parameter.
DecodeDeltaSeriesXYReturns a list of numbers from a Delta encoded string entered as a parameter.
DecoupeSplits a string based on a delimiter and returns a list of sub-elements.
EcarType 
EcarTypeP 
Etendue 
FindSearches for a sub-string of a character string and returns its position.
HaversineComputes the distance on a sphere.
Index 
IndexOfSearches for an element in a list value and returns its index.
InterlaceInterlaces two or more lists/values in a list.
JoinJoins a set of elements in the form of a single string with separators.
Length 
ListCombines a set of values into a single list value.
ListExcludeExcludes items from a list.
ListIfCompute a list of values that meet a condition.
ListIntersectComputes the intersection of multiple lists.
ListPackDeletes empty elements from a set of list values.
ListPolynomialApplies a polynomial to the items of a list.
ListRemoveRemoves items from a list.
ListReverseReverses the items of a list.
ListSignComputes the sign of values in a list.
ListUniqueCombines a set of values into a single list value with no duplicates.
LookupLooks up a value in a search set and returns the corresponding value (with the same Index) in a set of results.
LookupAllLooks up a value in a search set and returns all of the corresponding values (with the same Index) in a set of results.
MaxCalculates the (numerical) maximum out of all of the values in a list of values, ranges and/or lists.
Median 
Mediane 
MinCalculates the (numerical) minimum out of all of the values in a list of values, ranges and/or lists.
Moyenne 
Nb 
NbCellsAlias of CountCells
NbSi 
NbVal 
NumbersReturns an arithmetic progression of numbers.
Range 
RangeRatio 
Recherche 
RechercheTous 
SliceExtracts a sub-list from a list.
SommeAlias of Sum.
SommeSi 
SortByNumSorts a list, based on the ascending numerical order of another list.
SortByTextSorts a list, based on the ascending alphabetical order of another list (case insensitive).
SortNumSorts a list or a list of values by ascending numerical order of the values.
SortTextSorts a list or a list of values by ascending alphabetical order of the values (case sensitive).
SplitSplits a string based on a delimiter and returns a list of sub-elements.
StdDev 
StdDevP 
SumCalculates the numerical sum of the values in a list of values, ranges and/or lists.
Sum2Calculates the numerical sum of the squared values in a list of values, ranges and/or lists.
SumIf