LOGNORM.DIST(x,mean,standard_dev,cumulative)
=LOGNORM.DIST(A2,A3,A4,TRUE)
The LOGNORM.DIST function can be used to calculate the cumulative lognormal distribution at a given point. For example, this will calculate the cumulative lognormal distribution at 4 using the arguments in A2, A3, A4, and TRUE.
=LOGNORM.DIST(A2,A3,A4,FALSE)
The LOGNORM.DIST function can also be used to calculate the probability of a lognormal distribution at a given point. For example, this will calculate the probability of the lognormal distribution at 4 using the same arguments.
The LOGNORM.DIST function is used to calculate the lognormal distribution of a set of data that has been logarithmically transformed. This is useful for analyzing and understanding the data in a more meaningful way.