LOGNORMDIST

LOGNORMDIST cumulative distribution function of the lognormal distribution

Synopsis

LOGNORMDIST(x,mean,stddev)

Arguments

x: number

mean: mean

stddev: standard deviation

Note

If stddev = 0 LOGNORMDIST returns a #DIV/0! error. If x <= 0, mean < 0 or stddev <= 0 this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

NORMDIST.