NORMDIST(x,mean,stdev,cumulative)
The NORMDIST function returns the normal cumulative distribution. @x is the value for which you want the distribution, @mean is the mean of the distribution, @stdev is the standard deviation.
If @stdev is 0 NORMDIST returns #DIV/0! error.
POISSON