NORM.S.DIST()/NORMSDIST()

Syntax. NORM.S.DIST(z,cumulative)

Definition. This function returns the values or probabilities of the distribution function of a standard normal distributed random variable. The standard normal distribution has a mean of 0 and a standard deviation of 1. Use this function instead of a table containing the values of the distribution function of a standard normal distribution.

Arguments

Note

If z isn’t a numeric expression, the NORM.S.DIST() function returns the #VALUE! error.

Background. The NORM.S.DIST() function returns the probabilities of a standard normal distributed random variable. The standard normal distribution is a normal distribution with the arithmetic mean μ = 0 and the standard deviation ó = 1. The equation for the density function of the standard normal distribution is:

image with no caption

See Also

You will find more information about normal distributions in the descriptions of NORM.DIST() and STANDARDIZE().

Example. To explain the example of the NORM.S.DIST() function, we will use the same example as for the STANDARDIZE() function. You are a light bulb manufacturer and want to analyze the performance of light bulbs. You have already entered the measurements in an Excel table. You also calculated the average life cycle and the associated standard deviation. You calculated the standard distribution values with the STANDARDIZE() function.

Now you want to use the NORM.S.DIST() function to calculate the values or probabilities of all standard normal distributed variables of the distribution. What arguments does this function require?

Figure 12-106 shows the results.

Calculating the probability of standard normal distributed variables.

Figure 12-106. Calculating the probability of standard normal distributed variables.

You can make the following statement from the results: The probability for the standard normal distributed value –1.728 (cell D2) is 4.2 percent (cell E2).

See Also

NORM.DIST(), NORM.INV(), NORM.S.INV(), STANDARDIZE(), Z.TEST()