Skip to Content

LOGNORMDIST

Returns the cumulative lognormal distribution. Replaced by LOGNORM.DIST.

Syntax

LOGNORMDIST(x, mean, standard_dev)

Parameters

  • x: Required. The value at which to evaluate the function
  • mean: Required. The mean of ln(x)
  • standard_dev: Required. The standard deviation of ln(x)

Example

=LOGNORMDIST(4, 3.5, 1.2)
Returns: NumberSince: Excel 2003