<p>The <b>BINOM.DIST.RANGE</b> function is one of the statistical functions. It is used to return the probability of a trial result using a binomial distribution.</p>
<p>The <b>BINOM.DIST.RANGE</b> function syntax is:</p>
<pstyle="text-indent: 50px;"><b><em>trials</em></b> is the number of trials, a numeric value greater than or equal to <b><em>number-s</em></b>.</p>
<pstyle="text-indent: 50px;"><b><em>probability-s</em></b> is the success probability of each trial, a numeric value greater than or equal to 0 but less than or equal to 1.</p>
<pstyle="text-indent: 50px;"><b><em>number-s</em></b> is the minimum number of successes in the trials you want to calculate probability for, a numeric value greater than or equal to 0.</p>
<pstyle="text-indent: 50px;"><b><em>number-s2</em></b> is an optional argument. The maximum number of successes in the trials you want to calculate probability for, a numeric value greater than <b><em>number-s</em></b> and less than or equal to <b><em>trials</em></b>.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>BINOM.DIST.RANGE</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>