<p>The <b>CONFIDENCE.T</b> function is one of the statistical functions. It is used to return the confidence interval for a population mean, using a Student's t distribution.</p>
<p>The <b>CONFIDENCE.T</b> function syntax is:</p>
<pstyle="text-indent: 50px;"><b><em>alpha</em></b> is the significance level used to compute the confidence level, a numeric value greater than 0 but less than 1.</p>
<pstyle="text-indent: 50px;"><b><em>standard-dev</em></b> is the population standard deviation, a numeric value greater than 0.</p>
<pstyle="text-indent: 50px;"><b><em>size</em></b> is the sample size, a numeric value greater than 1.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CONFIDENCE.T</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>