![]() | LOGNORM.INV function |
Returns the inverse of the lognormal cumulative distribution function of x, where ln(x) is normally distributed with parameters mean and standard_dev. If p = LOGNORM.DIST(x,...) then LOGNORM.INV(p,...) = x.
Use the lognormal distribution to analyze logarithmically transformed data.
Syntax
LOGNORM.INV(probability,mean,standard_dev)
Argument | Description | Remarks |
|---|---|---|
probability | A probability associated with the lognormal distribution. |
|
mean | A mean of ln(x). |
|
standard_dev | The standard deviation of ln(x). |
|
Example
To make the following example easier to understand, you can copy the data to a blank sheet and then enter the function underneath the data. Do not select the row or column headings (1, 2, 3... A, B, C...) when you copy the sample data to a blank sheet.
|
|






