DISTINCT (table)
The DISTINCT function that receives the name of a table as an input argument returns the table after eliminating duplicate rows.
The DISTINCT function that receives the name of a table as an input argument returns the table after eliminating duplicate rows.
The LASTNONBLANK function returns the last value in a column for which an expression does not return a Blank.
The FIRSTNONBLANK function returns the first value in a column for which an expression does not return a blank.
The POISSON.DIST function returns the Poisson distribution for the number of events and the indicated mean.
The PERMUT function returns the number of permutations without repetition for a set of elements selected in blocks of a certain size.
The PERCENTILEX.INC function returns the value corresponding to the k-th percentile of the values taken by an expression that is evaluated for all the rows of a table, k belonging to the closed interval [0, 1].
The PERCENTILEX.EXC function returns the value corresponding to the k-th percentile of the values taken by an expression that is evaluated for all the rows of a table, k belonging to the open interval (0, 1).
The PERCENTILE.INC function returns the value corresponding to the k-th percentile of the values in a range, k belonging to the closed interval [0, 1].
The PERCENTILE.EXC function returns the value corresponding to the k-th percentile of the values in a range, with k belonging to the open interval (0, 1).
The NORM.S.INV function returns the inverse of the cumulative standard normal distribution of a probability.
Excepto donde se indique otra cosa, los contenidos de este sitio web se ofrecen bajo una licencia Reconocimiento-NoComercial-SinObraDerivada 4.0 Internacional