LOGNORM.DIST
Returns the cumulative lognormal distribution.
StatisticalStatistics & Analysis
What it does
Legacy lognormal distribution.
Syntax
LOGNORMDIST(x, mean, standard_dev)
Arguments
x(number) β Value.mean(number) β Mean.standard_dev(number) β SD.
Examples
Legacy Lognorm
Calculate.
FORMULA
=LOGNORMDIST(4, 0, 1)
RESULT
0.916
SAMPLE DATA
| A | |
|---|---|
| 1 | Val |
| 2 | 4 |