ZTEST
The ZTEST function in Google Sheets is a statistical tool used to calculate the one-tailed probability-value for a z-test. It allows you to determine the likelihood of a given sample mean being significantly different from a population mean. Learn how to utilize this function effectively with our comprehensive guide.
Function Syntax and Parameters
Syntax: ZTEST(data, value, [standard_deviation])
Parameters:
- data: The array or range containing the dataset to be analyzed.
- value: The value to be tested against the null hypothesis.
- standard_deviation: [Optional] The population standard deviation to be used. If omitted, the sample standard deviation is used.
Step-by-Step Tutorial
- 
Using ZTESTwith a dataset and a value:- Example: =ZTEST(A1:A10, 40, 6)
- Result: The probability-value indicating the likelihood of the sample mean being significantly different from 40.
 
- Example: 
- 
Using ZTESTwithout specifying the standard deviation:- Example: =ZTEST(A1:A10, 0)
- Result: The probability-value indicating the likelihood of the sample mean being significantly different from zero.
 
- Example: 
Use Cases and Scenarios
- Quality Control: Test the effectiveness of a new manufacturing process.
- Market Research: Analyze consumer satisfaction ratings compared to a benchmark.
- Financial Analysis: Assess the performance of an investment portfolio relative to an index.
Related Functions
- TTEST: Perform a t-test to determine significant differences between two datasets.
- CHISQ.TEST: Conduct a chi-squared test for independence.