FormulaCraft

CONFIDENCE

CONFIDENCE calculates the half-width of a confidence interval around a sample mean, assuming a normally distributed population with known standard deviation. Add and subtract the result from your sample mean to construct the full confidence interval, commonly used in survey analysis and scientific reporting.

Excel
=CONFIDENCE(0.05,15,30)
Google Sheets
=CONFIDENCE(0.05,15,30)

Verified example

Computed by a real spreadsheet engine on the sample data below.

AlphaStdDevN
0.051530
0.101250
0.0120100

=CONFIDENCE(0.05,15,30)5.3675824312

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1Determine your significance level (alpha) — for a 95% confidence interval use 0.05.
  2. 2Know your population standard deviation and sample size.
  3. 3Enter =CONFIDENCE(alpha, standard_dev, size); add and subtract the result from the sample mean to get the interval bounds.

Need a version for your data?

Try: “Calculate the 95% confidence interval margin of error for our survey with 30 respondents

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: