Use Excel's statistical functions in your Anaplan XL reports

FunctionDescription
AVEDEVReturns the average of the absolute deviations of data points from their mean.
AVERAGEReturns the average of its arguments.
AVERAGEAReturns the average of the values in its list of arguments, including text and logical values.
AVERAGEIFReturns the average (arithmetic mean) of all the cells in a range that meet a given criteria.
AVERAGEIFSReturns the average (arithmetic mean) of all cells that meet multiple criteria.
BETA.DISTReturns the beta cumulative distribution function.
BETA.INVReturns the inverse of the cumulative distribution function for a specified beta distribution.
BINOM.DISTReturns the individual term binomial distribution probability.
BINOM.DIST.RANGEReturns the probability of the specified trial using a binomial distribution.
BINOM.INVReturns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value.
CHISQ.DISTReturns the chi-squared distribution.
CHISQ.DIST.RTReturns the one-tailed probability of the chi-squared distribution.
CHISQ.INVReturns the inverse of the left-tailed probability of the chi-squared distribution.
CHISQ.INV.RTReturns the inverse of the right-tailed probability of the chi-squared distribution.
CHISQ.TESTReturns the test for independence.
CONFIDENCE.NORMReturns the confidence interval for a population mean.
CONFIDENCE.TReturns the confidence interval for a population mean, using a student's t distribution.
CORRELReturns the correlation coefficient between two data sets.
COUNTCounts the number of cells that contain numbers (including dates and formulas that evaluate to numbers) within the list of arguments.
COUNTACounts the number of cells that aren't empty.
COUNTBLANKCounts the empty cells in a specified range.
COUNTIFCounts the number of cells in a range that meet a given criteria.
COUNTIFSCounts the number of cells within a range that meet multiple criteria.
COVARIANCE.PReturns covariance, the average of the products of paired deviations
COVARIANCE.SReturns the sample covariance, the average of the products deviations for each data point pair in two data sets.
CRITBINOMReturns the minimum number yields a binomial distribution less than or equal to the specified criteria.
DEVSQReturns the sum of the squares of deviations of a data set from their sample mean.
EXPON.DISTReturns the exponential distribution.
F.DISTReturns the F probability distribution.
F.DIST.RTReturns the (right-tailed) F probability distribution (degree of diversity) for two data sets.
F.INVReturns the inverse of the F probability distribution.
F.INV.RTReturns the inverse of the (right-tailed) F probability distribution.
F.TESTReturns the result of an F-test.
FISHERReturns the Fisher transformation at x.
FISHERINVReturns the inverse of the Fisher transformation at y.
FORECASTCalculates or predicts a future value by using existing values.
FREQUENCYCalculates how often values occur within a range of values and then returns a vertical array of numbers.
GAMMAReturns the gamma function result for the specified number.
GAMMA.DISTReturns the gamma distribution.
GAMMA.INVReturns the inverse of the gamma cumulative distribution.
GAMMALNReturns the natural logarithm of the gamma function.
GAMMALN.PRECISEReturns the natural logarithm of the gamma function.
GAUSSReturns the probability that a number will fall between the mean and the specified standard deviation in a normal distribution.
GEOMEANReturns the geometric mean of an array or range of positive data.
GROWTHCalculates predicted exponential growth by using existing data.
HARMEANReturns the harmonic mean of a data set.
HYPGEOM.DISTReturns the hypergeometric distribution.
HYPGEOMDISTReturns the hypergeometric distribution.
INTERCEPTCalculates the point at which a line will intersect the y-axis by using existing x and y values.
KURTReturns the Kurtosis of a data set.
LARGEReturns the k-th largest value in a data set.
LINESTCalculates a straight line that best fits your data using the least squares method.
LOGESTCalculates an exponential curve that fits your data and returns an array of values that describes the curve.
LOGNORM.DISTReturns the lognormal distribution of x, where ln(x) is normally distributed with mean and standard deviation.
LOGNORM.INVReturns the inverse of the lognormal cumulative distribution.
MAXReturns the largest value in a set of values.
MAXAReturns the largest value in a set of values, including text and logical values.
MEDIANReturns the median of the given numbers.
MINReturns the smallest value in a set of values.
MINAReturns the smallest value in a set of values, including text and logical values.
MODE.MULTReturns a vertical array of the most frequently occurring, or repetitive values in an array or range of data.
MODE.SNGLReturns the most common value in a data set.
NEGBINOM.DISTReturns the negative binomial distribution.
NORM.DISTReturns the normal cumulative distribution.
NORM.INVReturns the inverse of the normal cumulative distribution.
NORM.S.DISTReturns the standard normal cumulative distribution.
NORM.S.INVReturns the inverse of the standard normal cumulative distribution.
NORMSINVReturns the inverse of the standard normal cumulative distribution function.
PEARSONReturns the Pearson product moment correlation coefficient, r, a dimensionless index that ranges from -1.0 to 1.0 inclusive and reflects the extent of a linear relationship between two data sets.
PERCENTILE.EXCReturns the k-th percentile of values in a range, where k is in the range 0..1, exclusive
PERCENTILE.INCReturns the k-th percentile of values in a range.
PERCENTRANK.EXCReturns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set
PERCENTRANK.INCReturns the percentage rank of a value in a data set.
PERMUTReturns the number of permutations for a given number of objects that can be selected from a range of numbers.
PERMUTATIONAReturns the number of permutations given the specified total number of items and the specified number of items chosen for each permutation.
PHIReturns the value of the probability density function of the specified number for the standard normal distribution.
POISSON.DISTReturns the Poisson distribution.
PROBReturns the probability that values in a range are between two specified limits.
QUARTILE.EXCReturns the quartile of the data set, based on percentile values for 0..1, exclusive.
QUARTILE.INCReturns the quartile of a data set.
RANK.AVGReturns the rank of a number in a list of numbers.
RANK.EQReturns the rank of a number in a list of numbers.
RSQReturns the r^2 value of a linear regression line.
SKEWReturns the skew of a distribution.
SKEW.PReturns the population skewness of the specified distribution.
SLOPEReturns the slope of a regression line through data points in KNOWN_Y'S and KNOWN_X'S.
SMALLReturns the k-th smallest value in a data set.
STANDARDIZEReturns a normalized value from a distribution characterized by MEAN and STANDARD_DEV.
STDEV.PCalculates standard deviation based on the entire population
STDEV.SEstimates standard deviation based on a sample.
STDEVAEstimates standard deviation based on a sample. Includes text and logical values.
STDEVPAEstimates standard deviation based on a sample assuming that the arguments represent the total population. Includes text and logical values.
STEYXReturns the standard error of the predicted y value for each x in the regression.
T.DISTReturns the percentage points (probability) for the student t-distribution.
T.DIST.2TReturns the percentage points (probability) for the student t-distribution.
T.DIST.RTReturns the Student's t-distribution.
T.INVReturns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom.
T.INV.2TReturns the inverse of the Student's t-distribution.
T.TESTReturns the probability associated with a Student's t-test.
TRENDReturns the y-values along a linear trendline that best fits the values in a data set.
TRIMMEANReturns the mean of the interior of a data set.
VAR.PCalculates variance based on the entire population.
VAR.SEstimates variance based on a sample.
VARAReturns an estimate for the variance of a population based on a sample data set and may include text or logical values.
VARPACalculates variance based on the entire population and may include text or logical values.
WIEBULL.DISTReturns the Weibull distribution.
Z.TESTReturns the one-tailed probability-value of a z-test.