Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the LOGNORM.INV function. |
| mean | Parameter of the LOGNORM.INV function. |
| standard_dev | Parameter of the LOGNORM.INV function. |
Examples
Value at Risk (95th percentile)
=LOGNORM.INV(0.95, LN(1000000), 0.3)
Median project cost
=LOGNORM.INV(0.5, 11.5, 0.6)
Lower 10% failure threshold
=LOGNORM.INV(0.10, 8, 0.5)
Common Errors
Probability must be strictly between 0 and 1, and standard_dev must be greater than 0.
Returned when any argument is non-numeric.
Tips
The mean and standard_dev describe the underlying normal distribution of ln(x). If you know the geometric mean of your data, pass LN(geometric_mean) as the mean.
Use LOGNORM.INV(0.025, m, s) and LOGNORM.INV(0.975, m, s) to create a 95% prediction interval for lognormally distributed outcomes.
Because the lognormal distribution only produces positive values, LOGNORM.INV always returns a number greater than 0, regardless of the probability input.
Try LOGNORM.INV in Viztab
Import your data and use LOGNORM.INV with 370+ other formulas. No signup required.
Open Viztab