NORM.DIST(x,mean,standard_dev,cumulative)
=NORM.DIST(A2,A3,A4,TRUE)
The NORM.DIST function is used to calculate the cumulative distribution function (CDF) or probability mass function (PMF) of a given set of terms. This will return the cumulative distribution function for the terms in A2, A3, and A4.
=NORM.DIST(A2,A3,A4,FALSE)
This will return the probability mass function for the terms in the given order.
The NORM.DIST function is a useful tool in statistics, as it calculates the normal distribution. It is used in hypothesis testing and has many applications.