POISSON(x,mean,cumulative)
x: number of events
mean: mean of the distribution
cumulative: whether to evaluate the mass function or the cumulative distribution function
If x is a non-integer it is truncated. If x < 0 this function returns a #NUM! error. If mean <= 0 POISSON returns the #NUM! error.
This function is Excel compatible.