<< Click to Display Table of Contents >> LOGNORM.INV (percentiles of the log-normal distribution) |
Syntax:
LOGNORM.INV(Probability, Mean, StdDev)
Description:
This returns the inverse of the log-normal distribution function (i.e., percentiles of this distribution).
Probability is the given probability from the log-normal distribution. The values must be within the range 0 to 1.
Mean is the mean of LN(x).
StdDev is the standard deviation of LN(x). This must be > 0.
Compatibility notes:
Microsoft Excel supports this function only in version 2010 or later. The function is unknown in older versions.
Additional info:
LOGNORM.INV is the inverse function of LOGNORM.DIST
See also:
LOGINV, LN, LOGNORM.DIST/LOGNORMDIST, NORM.DIST/NORMDIST, NORM.S.DIST/NORMSDIST