Syntax
| Parameter | Description |
|---|---|
| array | Parameter of the ZTEST function. |
| x | Parameter of the ZTEST function. |
| [sigma] | (Optional.) Parameter of the ZTEST function. |
Examples
Quality control check
=ZTEST(A2:A26, 75)
Known standard deviation
=ZTEST(B2:B101, 500, 50)
Checking if mean is below target
=1-ZTEST(C2:C51, 80)
Common Errors
Returned if the array has no numeric values.
Occurs if the hypothesized mean is non-numeric.
Tips
ZTEST is the compatibility function. Use Z.TEST in new spreadsheets for consistency with the modern function naming convention.
A value close to 0 means the sample mean is much higher than the hypothesized mean. A value close to 1 means the sample mean is near or below the hypothesized mean.
While there is no hard minimum, the z-test assumes normality. For non-normal data, aim for at least 30 observations so the Central Limit Theorem can take effect.
Try ZTEST in Viztab
Import your data and use ZTEST with 370+ other formulas. No signup required.
Open Viztab