The LOGNORMDIST function is one of the statistical functions. It is used to analyze logarithmically transformed data and return the lognormal cumulative distribution function of the given x value with the specified parameters.
Syntax
LOGNORMDIST(x, mean, standard_dev)
The LOGNORMDIST function has the following arguments:
Argument
Description
x
The value at which the function should be calculated. A numeric value greater than 0.
mean
The mean of ln(x), a numeric value.
standard_dev
The standard deviation of ln(x), a numeric value greater than 0.