Back to Devexpress

Compatibility Functions

officefileapi-15500-spreadsheet-document-api-formulas-functions-compatibility-functions.md

latest8.8 KB
Original Source

Compatibility Functions

  • Sep 19, 2023
  • 3 minutes to read

Compatibility functions were replaced with new functions in Microsoft® Excel® 2010 and higher. However, they are still available for backward compatibility with earlier Excel versions. Our Spreadsheet correctly interprets and evaluates these functions.

We recommend that you use new and more precise functions instead of the functions listed below.

NameDescriptionSyntax
BETADISTReturns the cumulative beta probability density function.BETADIST(x,alpha,beta,[A],[B])
BETAINVReturns the inverse of the cumulative beta probability density function for a specified beta distribution.BETAINV(probability,alpha,beta,A,B)
BINOMDISTReturns the individual term binomial distribution probability.BINOMDIST(number_s,trials,probability_s,cumulative)
CHIDISTReturns the one-tailed probability of the chi-squared distribution.CHIDIST(x,degrees_freedom)
CHIINVReturns the inverse of the right-tailed probability of the chi-squared distribution.CHIINV(probability,degrees_freedom)
CHITESTReturns the test for independence as the value from the chi-squared distribution for the statistic and the appropriate degrees of freedom.CHITEST(actual_range,expected_range)
CONFIDENCEReturns the confidence interval for a population mean using a normal distribution.CONFIDENCE(alpha,standard_dev,size)
COVARReturns covariance, the average of the products of deviations for each data point pair in two data sets.COVAR(array1,array2)
CRITBINOMReturns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.CRITBINOM(trials,probability_s,alpha)
EXPONDISTReturns the exponential distribution.EXPONDIST(x,lambda,cumulative)
FDISTReturns the F probability distribution (degree of diversity) for two data sets.FDIST(x,degrees_freedom1,degrees_freedom2)
FINVReturns the inverse of the F probability distribution.FINV(probability,degrees_freedom1,degrees_freedom2)
FTESTReturns the two-tailed probability that the variances in array1 and array2 are not significantly different.FTEST(array1,array2)
GAMMADISTReturns the gamma distribution.GAMMADIST(x,alpha,beta,cumulative)
GAMMAINVReturns the inverse of the gamma cumulative distribution.GAMMAINV(probability,alpha,beta)
HYPGEOMDISTReturns the hypergeometric distribution.HYPGEOMDIST(sample_s,number_sample,population_s,number_pop)
LOGINVReturns the inverse of the lognormal cumulative distribution function.LOGINV(probability,mean,standard_dev)
LOGNORMDISTReturns the cumulative lognormal distribution.LOGNORMDIST(x,mean,standard_dev)
MODEReturns the most frequently occurring, or repetitive, value in an array or data range.MODE(number1,[number2],…])
NEGBINOMDISTReturns the negative binomial distribution.NEGBINOMDIST(number_f,number_s,probability_s)
NORMDISTReturns the normal distribution for the specified mean and standard deviation.NORMDIST(x,mean,standard_dev,cumulative)
NORMINVReturns the inverse of the normal cumulative distribution for the specified mean and standard deviation.NORMINV(probability,mean,standard_dev)
NORMSDISTReturns the standard normal cumulative distribution function.NORMSDIST(z)
NORMSINVReturns the inverse of the standard normal cumulative distribution.NORMSINV(probability)
PERCENTILEReturns the k-th percentile of values in a range.PERCENTILE(array,k)
PERCENTRANKReturns the rank of a value in a data set as a percentage of the data set.PERCENTRANK(array,x,[significance])
POISSONReturns the Poisson distribution.POISSON(x,mean,cumulative)
QUARTILEReturns the quartile of a data set.QUARTILE(array,quart)
RANKReturns the rank of a number in a list of numbers.RANK(number,ref,[order])
STDEVCalculates standard deviation based on a sample.STDEV(number1,[number2],…])
STDEVPCalculates standard deviation based on the entire population.STDEVP(number1,[number2],…])
TINVReturns the two-tailed inverse of the Student’s t-distribution.TINV(probability,degrees_freedom)
TDISTReturns the Percentage Points (probability) for the Student t-distribution where a numeric value (x) is a calculated value of t for which the Percentage Points are to be computed.TDIST(x,degrees_freedom,tails)
TTESTReturns the probability associated with a Student’s t-Test.TTEST(array1,array2,tails,type)
VARCalculates variance based on a sample.VAR(number1,[number2],…])
VARPCalculates variance based on the entire population.VARP(number1,[number2],…])
WEIBULLReturns the Weibull distribution.WEIBULL(x,alpha,beta,cumulative)
ZTESTReturns the one-tailed probability-value of a z-test.ZTEST(array,x,[sigma])

See Also

How to: Use Functions and Nested Functions in Formulas