Returns the values of the lognormal cumulative distribution for a given mean and standard deviation, at a specified value.
Syntax
x: The value to evaluate the function at. Eg., 25.947598893
μ: The mean of the logarithmic distribution. Eg., 4.2
Examples
|
Formula |
Result |
|
=LOGNORMDIST(A2;B2;C2) |
0.3 |
|
=LOGNORMDIST(A3;B3;C3) |
0.52 |
|
=LOGNORMDIST(A4;B4;C4) |
0.23 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions