LOGNORMDIST(x,mean,stddev)
x: number
mean: mean
stddev: standard deviation
If stddev = 0 LOGNORMDIST returns a #DIV/0! error. If x <= 0, mean < 0 or stddev <= 0 this function returns a #NUM! error.
This function is Excel compatible.
NORMDIST.