NORMDIST(x,mean,stddev,cumulative)
x: number
mean: mean of the distribution
stddev: standard deviation of the distribution
cumulative: whether to evaluate the density function or the cumulative distribution function
If stddev is 0 this function returns a #DIV/0! error.
This function is Excel compatible.