Statistical Functions
Statistical Functions
Statistical Functions
Function Description
Returns the average of the absolute deviations of data points from their
AVEDEV
mean
AVERAGE Returns the average of its arguments
Returns the average of its arguments, including numbers, text, and logical
AVERAGEA
values
Returns the average (arithmetic mean) of all the cells in a range that meet a
AVERAGEIF
given criteria
Returns the average (arithmetic mean) of all cells that meet multiple
AVERAGEIFS
criteria.
CORREL Returns the correlation coefficient between two data sets
COUNT Counts how many numbers are in the list of arguments
COUNTA Counts how many values are in the list of arguments
COUNTBLANK Counts the number of blank cells within a range
COUNTIF Counts the number of cells within a range that meet the given criteria
COUNTIFS Counts the number of cells within a range that meet multiple criteria
DEVSQ Returns the sum of squares of deviations
FISHER Returns the Fisher transformation
FISHERINV Returns the inverse of the Fisher transformation
FREQUENCY Returns a frequency distribution as a vertical array
GAMMALN Returns the natural logarithm of the gamma function, Γ(x)
GEOMEAN Returns the geometric mean
GROWTH Returns values along an exponential trend
HARMEAN Returns the harmonic mean
HYPGEOM.DIST Returns the hypergeometric distribution
INTERCEPT Returns the intercept of the linear regression line
KURT Returns the kurtosis of a data set
LARGE Returns the k-th largest value in a data set
LINEST Returns the parameters of a linear trend
LOGEST Returns the parameters of an exponential trend
MAX Returns the maximum value in a list of arguments
Returns the maximum value in a list of arguments, including numbers, text,
MAXA
and logical values
MEDIAN Returns the median of the given numbers
MIN Returns the minimum value in a list of arguments
Returns the smallest value in a list of arguments, including numbers, text,
MINA
and logical values
PEARSON Returns the Pearson product moment correlation coefficient
PERMUT Returns the number of permutations for a given number of objects