GEOMDIST(k,p,cumulative)
k: number of trials
p: probability of success in any trial
cumulative: whether to evaluate the mass function or the cumulative distribution function
If k < 0 this function returns a #NUM! error. If p < 0 or p > 1 this function returns a #NUM! error. If cumulative is neither TRUE nor FALSE this function returns a #VALUE! error.