ReferenceFunctionsStatistics Functions
LOGNORM.INV
LOGNORM.INV: Returns the positive value `x` whose log-normal cumulative probability is `probability`.
Summary
This function inverts LOGNORM.DIST(x, mean, standard_dev, TRUE).
Remarks
probabilitymust be strictly between0and1.standard_devmust be strictly greater than0.- Returns
#NUM!when inputs violate probability or scale constraints. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Median log-normal quantile
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1
Upper quantile for mean 0 and stdev 1
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
2.718281828459045
Related functions
Runtime metadata
Category
Statistics
Signature
LOGNORM.INV(arg1: Number, arg2: Number, arg3: Number)Arity
min 3, max 3
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
Caps
PURE
Source