LOGNORMDIST(x,mean,standard_dev)
=LOGNORMDIST(4,A2,A3)
The LOGNORMDIST function is used to calculate the cumulative lognormal distribution for a given value. For example, this returns the cumulative lognormal distribution at 4.
=LOGNORMDIST(A2:A3,A2,A3)
The LOGNORMDIST function can be used to calculate the cumulative lognormal distribution for a range of values. For example, if A2 and A3 are the lower and upper bounds of a range of values, respectively, you can use the preceding formula to calculate the cumulative lognormal distribution for the entire range.
=LOGNORMDIST(0.4,A2,A3)
The LOGNORMDIST function can also be used to calculate the cumulative lognormal distribution for a given probability. For example, if A2 and A3 are the lower and upper bounds of a range of values, respectively, and 0.4 is the probability, you can use the preceding formula to calculate the cumulative lognormal distribution for the given probability.
The LOGNORMDIST function calculates the cumulative lognormal distribution of a value, given a mean and standard deviation. It is available for backward compatibility.