LOGNORMDIST
Description
Returns the log-normal distribution probability (cumulative or density) for the specified value.
Syntax
LOGNORMDIST(
x
,
mean
,
standard_dev
, [
cumulative
], ...)
- x: The value to calculate the log-normal distribution probability for.
- mean: The mean of the distribution.
- standard_dev: The standard deviation of the distribution.
- cumulative: The type of distribution to use. FALSE = probability density function; TRUE = cumulative distribution function.