GAMMADIST(x,alpha,beta,cumulative)
x: number
alpha: scale parameter
beta: scale parameter
cumulative: whether to evaluate the density function or the cumulative distribution function
If x < 0 this function returns a #NUM! error. If alpha <= 0 or beta <= 0, this function returns a #NUM! error.
This function is Excel compatible.