LOGINV
Returns the inverse of the lognormal cumulative distribution. Replaced by LOGNORM.INV.
Syntax
LOGINV(probability, mean, standard_dev)
Parameters
- probability: Required. A probability associated with the lognormal distribution
- mean: Required. The mean of ln(x)
- standard_dev: Required. The standard deviation of ln(x)
Example
=LOGINV(0.039084, 3.5, 1.2)