Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the LOGNORMDIST function. |
| mean | Parameter of the LOGNORMDIST function. |
| standard_dev | Parameter of the LOGNORMDIST function. |
Examples
Cumulative probability for asset price
=LOGNORMDIST(50, 3.5, 0.8)
Probability of completing within time
=LOGNORMDIST(30, LN(20), 0.5)
Quality threshold probability
=LOGNORMDIST(100, 4, 0.6)
Common Errors
x must be positive and standard_dev must be greater than 0.
Occurs when any argument is non-numeric text.
Tips
Unlike LOGNORM.DIST, this function has no cumulative toggle — it always returns the CDF. Use LOGNORM.DIST(x, mean, std, FALSE) if you need the PDF.
LOGNORMDIST is kept for backward compatibility. Use LOGNORM.DIST in new spreadsheets for clarity and access to the PDF option.
Remember that mean and standard_dev describe the distribution of ln(x), not x itself. If your raw data has mean 100, the lognormal mean parameter should be around LN(100) = 4.6.
Try LOGNORMDIST in Viztab
Import your data and use LOGNORMDIST with 370+ other formulas. No signup required.
Open Viztab