Returns the inverse of lognormal cumulative distribution for a given mean and standard deviation, at a specified value.
Syntax
p: Probability value that you want to calculate the inverse logarithmic distribution for. Eg., 0.3
μ: The mean of the logarithmic distribution. Eg., 4.2
Examples
|
Formula |
Result |
|
=LOGINV(A2;B2;C2) |
25.947598893 |
|
=LOGINV(A3;B3;C3) |
8.588814785 |
|
=LOGINV(A4;B4;C4) |
3.181472492 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions