Functions
LOGNORMDIST
Lognormal CDF (legacy)
When to use it
When should I use LOGNORMDIST?
LOGNORMDIST is the legacy three-argument form of LOGNORM.DIST that always returns the cumulative probability. Use it only when maintaining old spreadsheets; for new work prefer LOGNORM.DIST with the explicit cumulative argument.
Used in
Syntax
LOGNORMDIST(x,mean,stdev)