BINOM.DIST.RANGE(trials,p,start,end)
trials: number of trials
p: probability of success in each trial
start: start of the interval
end: end of the interval, defaults to start
If start, end or trials are non-integer they are truncated. If trials < 0 this function returns a #NUM! error. If p < 0 or p > 1 this function returns a #NUM! error. If start > end this function returns 0.
This function is OpenFormula compatible.