<p>The <b>RANDBETWEEN</b> function is one of the math and trigonometry functions. The function returns a random number greater than or equal to <b>lower-bound</b> and less than or equal to <b>upper-bound</b>.</p>
<pstyle="text-indent: 50px;"><b><em>lower-bound</em></b> is the smallest integer value.</p>
<pstyle="text-indent: 50px;"><b><em>upper-bound</em></b> is the largest integer value.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<pclass="note"><b>Note</b>: if <b><em>lower-bound</em></b> is a greater than <b><em>upper-bound</em></b>, the function will return <b>#NUM!</b> error.</p>
<p>To apply the <b>RANDBETWEEN</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>