NORM.INV

The NORM.INV function returns the value of the inverse of the cumulative normal distribution for the specified mean and standard deviation.

Submitted by admin on Mon, 01/14/2019 - 12:43

STDEV.S

The STDEV.S function returns the sample standard deviation of the values contained in a column.

Submitted by admin on Sun, 01/13/2019 - 18:25

STDEV.P

The STDEV.P function returns the standard deviation of the total population contained in a column.

Submitted by admin on Sun, 01/13/2019 - 18:25

VAR.S

The VAR.S function returns the variance of a sample of the population contained in a column.

Submitted by admin on Sun, 01/13/2019 - 17:55

VAR.P

The VAR.P function returns the variance of the entire population contained in a column.

Submitted by admin on Sun, 01/13/2019 - 17:53

COUNTA

The COUNTA function returns the number of cells in a column that are not blank. That is, it counts not only numeric values, texts, and dates like the COUNT function, but it also counts logical values.

Submitted by admin on Thu, 01/10/2019 - 15:10

BETA.DIST

The BETA.DIST function returns the value of the beta distribution for a given x value. The beta distribution is a family of continuous probability distributions defined on the interval [0, 1] by two positive shape parameters, named alpha and beta.

Submitted by admin on Thu, 01/10/2019 - 10:47