Syntax
| Parameter | Description |
|---|---|
| alpha | Parameter of the CONFIDENCE.NORM function. |
| standard_dev | Parameter of the CONFIDENCE.NORM function. |
| size | Parameter of the CONFIDENCE.NORM function. |
Examples
Manufacturing tolerance
=CONFIDENCE.NORM(0.05, 0.3, 100)
Survey margin of error
=CONFIDENCE.NORM(0.05, 15, 1000)
99% confidence
=CONFIDENCE.NORM(0.01, 5, 50)
Common Errors
Alpha not between 0 and 1, standard deviation not positive, or sample size less than 1.
Non-numeric arguments.
Tips
CONFIDENCE.NORM and CONFIDENCE are identical. The .NORM suffix clarifies it uses the normal distribution.
When sample size is small (under 30) and the population std dev is estimated from the sample, CONFIDENCE.T using the t-distribution is more appropriate.
Rearrange the formula to find how many samples you need: n = (z * sigma / desired_margin)^2. For 95% confidence, z is approximately 1.96.
Try CONFIDENCE.NORM in Viztab
Import your data and use CONFIDENCE.NORM with 370+ other formulas. No signup required.
Open Viztab