Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the LOGINV function. |
| mean | Parameter of the LOGINV function. |
| standard_dev | Parameter of the LOGINV function. |
Examples
Median income from lognormal model
=LOGINV(0.5, 10.8, 0.7)
90th percentile equipment lifespan
=LOGINV(0.9, LN(5000), 0.4)
5th percentile for risk analysis
=LOGINV(0.05, 3.5, 1.2)
Common Errors
Probability must be between 0 and 1 (exclusive), and standard_dev must be positive.
Occurs when arguments are non-numeric.
Tips
LOGINV is the legacy compatibility function. LOGNORM.INV is the modern replacement with the same behavior.
LOGINV(0.5, mean, std) always equals EXP(mean) because the median of a lognormal distribution is e raised to the mean of the underlying normal.
These are inverse functions: LOGINV(LOGNORMDIST(x, m, s), m, s) returns x. Use them together to convert between values and probabilities.
Try LOGINV in Viztab
Import your data and use LOGINV with 370+ other formulas. No signup required.
Open Viztab