Wallstreet Logo

Trending Courses

Course Categories

Certification Programs

Free Courses

Excel Resources

  • Career Guides
  • Interview Prep Guides
  • Free Practice Tests
  • Excel Cheatsheets

FEW SEATS LEFT- COURSES UPTO 90%OFF

T-test in excel.

Last Updated :

21 Aug, 2024

Blog Author :

Tanuj Kumar

Edited by :

Vandana Kataria

Reviewed by :

Dheeraj Vaidya, CFA, FRM

Table Of Contents

A T-test in excel helps compare the means (average) of two samples and make inferences for the entire populations. By performing a t-test, one can say whether the difference between the two means is statistically significant or by chance alone. An outcome (result) is said to be statistically significant if the reason behind its occurrence can be attributed to a specific cause rather than to coincidence (or chance). Such results are reliable and provide confidence in decision-making.

For example, an organization launches a new policy for the employees (customer service associates or CSA) of its marketing department. According to this policy, if the number of customer complaints resolved in a day crosses 50, two additional leaves (in a month) will be granted to an employee.

Further, the organization performs the following tasks:

  • Collects the data of complaints addressed and resolved (before and after the policy) by a sample of CSAs.
  • Conducts a paired t-test in excel (refer to the heading “types of t-tests” of this article) to determine whether there is any difference in the productivity of the CSAs before and after the introduction of the policy.
  • Interprets and analyzes the findings of the excel t-test to determine whether the results are statistically significant or caused by chance.

The aim of conducting this paired t-test is to assess whether the productivity of employees is impacted positively or negatively by the introduction of the new policy. Moreover, if the productivity increases, similar policies can be launched for the employees of other departments as well.

T-tests are used for testing a hypothesis. A hypothesis is an assumption that is tested to check whether it holds true or false. The null and alternative hypotheses are two opposing statements.

A null hypothesis is created using the operators, “equal to,” “greater than or equal to” or “less than or equal to.” In contrast, an alternative hypothesis uses the operators, “not equal to,” “greater than,” or “less than.”

A t-test in excel can be conducted by using the Data Analysis ToolPak or the TTEST function of Excel. The TTEST function was replaced by the T.TEST function in Excel 2010. However, in this article, we use the TTEST function of Excel for performing the t-test.

The TTEST or the T.TEST functions are categorized under the Statistical functions of Excel.

Table of contents

Syntax of the ttest function of excel, types of t-tests, example #1–paired sample t-test using one-tail distribution, example #2–two-sample equal variance t-test using one-tail distribution, example #3–two-sample unequal variance t-test using one-tail distribution, example #4–paired excel t-test using one-tail distribution in vba, the errors returned by the ttest function of excel, t-test in excel video.

  • Frequently Asked Questions 

Recommended Articles

The syntax of the TTEST function is shown in the following image:

TTEST Formula in Excel

The TTEST function accepts the following arguments:

  • Array1: This is the first dataset on which the excel t-test is to be performed.
  • Array2: This is the second dataset on which the excel t-test is to be performed.
  • 1– This implies a one-tailed distribution. A one-tailed t-test is performed when one wants to study the specific direction (only positive direction or only negative direction) of difference between the two means.
  • 2– This implies a two-tailed distribution. A two-tailed t-test is performed when one wants to find out whether the two population means are different from one another or not.
  • 1– This implies that a paired samples t-test is to be performed.
  • 2– This implies that a two-sample equal variance t-test is to be performed. One must perform this test when there are two independent samples having the same (equal) population variances. The feature of the same variance is known as homoscedasticity .
  • 3– This implies that a two-sample unequal variance t-test (or the Welch t-test) is to be performed. One must perform this test when there are two independent samples having unequal or unknown variances. The feature of unequal variances is known as heteroscedasticity.

All the preceding arguments are mandatorily required when conducting a t-test in Excel.

Note: For information about the kind of t-tests, refer to the next heading, “types of t-tests.”

A t-test can be of the following types:

  • Independent samples t-test– It compares the means of two independent or unrelated samples or groups. It is also called an unpaired t-test or a two-sample t-test. It is used when the population mean or standard deviation is unknown.
  • Paired samples t-test– It compares the means of the same group at different time periods. In other words, the t-test is conducted on dependent or related samples. The paired samples t-test is also conducted when the samples are different but subjected to the same conditions. For instance, one may want to measure the effectiveness (using the same technique) of the same product manufactured by two different manufacturers. The paired samples t-test is also called the dependent samples t-test.
  • One-sample t-test– It compares the mean of a single sample with the known mean (target value or hypothetical value) of a population (from which this sample is drawn).

Note 1: Select the type of t-test to be conducted by taking into account the kind of data and the kind of analysis required. For instance, if the two sample sets are related, use the paired t-test. Further, the paired samples t-test must be performed when both the sample sets are of the same size. This implies that the number of data points of both samples is the same.

If the samples are independent, use the two-sample equal variance or two-sample unequal variance t-tests depending on whether the variances are equal or unequal respectively.

Note 2: For more information on the type of t-test to be performed, refer to the heading “frequently asked questions” at the end of this article.

How to use the TTEST Function in Excel?

The TTEST function of Excel is simple and easy to use. Let us consider some examples to understand the working of the TTEST function in Excel.

The following image shows the expenses incurred (in INR) by an organization in two countries, India and USA. Perform a paired sample t-test in excel using a one-tail distribution.

TTEST Example 1

The steps to perform a paired t-test with one-tail distribution are listed as follows:

Step 1: Enter the following formula in cell B25.

“=TTEST(A4:A24,B4:B24,1,1)”

The same is shown in the following image.

TTEST Example 1-1

Step 2: Press the “Enter” key. The output in cell B25 is 0.177639611, as shown in the following image.

TTEST Example 1-2

Explanation: The range A4:A24 (entered in step 1 of the formula) is the first array on which the excel t-test is to be performed. Likewise, the range B4:B24 is the second array on which the t-test is to be performed.

Further, we have entered the “tails” and “type” arguments as 1. This is because a one-tailed, paired t-test needs to be performed.

Interpretation: To accept or reject the null hypothesis, perform the following tasks:

  • Calculate the t-table value by referring to the one-tail t-distribution table, at a certain significance level (alpha) with the specific degrees of freedom (df). Compare the t-table value with the calculated t-value ( 0.177639611). If the calculated t-value is greater than the t-table value, reject the null hypothesis.
  • Calculate the p-value based on the t-table value. Compare the p-value with the significance level. Since the significance level (alpha) is not specified in the question, consider it as 0.05 or 5%. If the p-value is less than the significance level, reject the null hypothesis.

The acceptance or rejection of the null hypothesis should be carried out by using a combination of the p and t values (obtained in the preceding pointers a and b). Further, rejecting a null hypothesis implies accepting the alternative hypothesis.

Note 1: The negative sign (if any) can be ignored when comparing the t-values.

Note 2: The null hypothesis of a paired sample excel t-test assumes that the mean difference of paired observations is zero. In other words, the mean of paired observations is equal.

The alternative hypothesis of a paired sample t-test assumes that the mean difference of paired observations is not equal to zero. For instance, the difference between the paired observations for row 4 is (18-19) or (cell A4-cell B4).

Rejecting the null hypothesis implies that the mean difference of paired observations does exist. In other words, this mean difference is not equal to zero.

An organization has introduced a new flavor of a beverage in the market. To test the effectiveness of this flavor, two samples (consisting of 21 people in each sample) are created.

The different people who tasted the new flavor are listed in the column “new.” The different people who tasted the old flavor are listed in the column “old.” Consider the groups “new” and “old” as independent samples.

The population variances of both samples, “new” and “old,” are equal. Calculate the two-sample equal variance t-test in excel using a one-tail distribution.

TTEST Example 2

The steps to perform the two-sample equal variance t-test using a one-tail distribution are listed as follows:

Step 1: Enter the following formula in cell B52.

“=TTEST(A31:A51,B31:B51,1,2)”

TTEST Example 2-1

Step 2: Press the “Enter” key. The output in cell B52 is 0.454691996.

TTEST Example 2-2

Explanation: The first array (in the formula entered in step 1) is A31:A51 and the second array is B31:B51. The argument 1 indicates that a one-tailed test is to be performed. The argument 2 implies that a two-sample equal variance t-test is to be conducted.

Interpretation: To accept or reject the null hypothesis, compare the calculated t-value with the t-table value. At the same time, compare the p-value with the standard significance level (0.05).

Note 1: The null hypothesis of the two-sample equal variance t-test in excel states that the difference between the two sample means is zero. In other words, the two sample means are equal. The alternative hypothesis states that the two sample means are not equal.

Note 2: If one is using the Data Analysis Toolpak, compare the t-statistic of the results obtained with the t-critical one-tail value. If the t-statistic is larger than the t-critical one-tail value, reject the null hypothesis.

Likewise, compare the p one-tail value with the significance level. If the former (p one-tail value) is less than the latter (significance level), reject the null hypothesis.

Rejecting a null hypothesis implies that there is a difference between the two sample means. Moreover, this difference is not explainable by chance alone.

Note 3: While using the Data Analysis Toolpak, if one does not know which t-values (of one-tail or two-tail test) are to be compared, always compare the t-statistic with the t-critical two-tail value.

A researcher wants to study the impact of a new drug on the car driving skills of a person. A total of 21 individuals were administered the drug prior to being given a driving test.

The column A of the following image shows the score assigned to each driver. The column B shows the level of drug (in percentage) given to each driver.

The population variances of both the samples are unequal. Perform the two-sample unequal variance test using a one-tail distribution.

TTEST Example 3

The steps to perform the two-sample unequal variance test using a one-tail distribution are listed as follows:

Step 1: Enter the following formula in cell B78.

“=TTEST(A57:A77,B57:B77,1,3)”

TTEST Example 3-1

Step 2: Press the “Enter” key. The output is 0.364848284, as shown in the following image.

TTEST Example 3-2

Explanation: The range A57:A77 represents the first array (in the formula entered in step 1). The range B57:B77 represents the second array on which the excel t-test is to be performed.

Since a one-tailed test is to be performed, we enter 1 in the “tails” argument. The 3 in the “type” argument implies that the two-sample unequal variance t-test is to be performed.

Interpretation: Compare the t-calculated value with the t-table value. If the former is greater than the latter at the given significance level, reject the null hypothesis. Likewise, if the p-value is smaller than the significance level, reject the null hypothesis and accept the alternative hypothesis.

Note: The null hypothesis for the two-sample unequal variance t-test states that the mean of the two samples is the same (or equal). The alternative hypothesis states that the mean of the two samples is not the same (or unequal).

There are two datasets in the ranges A4:A24 and B4:B24 of Excel. Write the VBA code to conduct a t-test on the given ranges.

The VBA code is written as follows:

Sub TTESTcal()  // start the TTEST function scope

Dim TTEST as interger

TTEST = Application.WorksheetFunction.TTest(Range("A4:A24"),Range("B4:B24"),1,1)

MsgBox TTEST // print the TTEST value in the message box.

End sub // End the TTEST function

The TTEST function can return the following types of errors:

  • “#N/A” error: This is displayed if the two arrays supplied are of different lengths and a paired t-test is to be performed.
  • “#NAME?” error: This is displayed if either of the arguments “tails” or “type” is provided as a text value.
  • If the “tails” argument is other than the numbers 1 or 2
  • If the “type” argument is other than the numbers 1, 2 or 3

The “#NUM!” error is shown in the following image. It must be observed that the “tails” argument in the TTEST formula has been entered as 5. Moreover, the two arrays supplied are of different sizes.

Had the arrays been equal in length and the “tails” and “type” arguments had remained 5 and 1 respectively, the “#NUM!” error would still have been displayed.

ttest - NUM Error

Frequently Asked Questions 

A t-test is a hypothesis test that is conducted on random samples drawn from a population. By performing a t-test, the means of two samples are compared. The t-test is a parametric test which assumes that the population data is normally distributed. A t-test can be performed either by using the Data Analysis ToolPak or the TTEST (or T.TEST) function of Excel. The syntax of the TTEST function of Excel is stated as follows: “TTEST(array1,array2,tails,type)” Note 1: A normal distribution is represented by a bell-shaped curve which shows the distribution of the data points. Note 2: For an explanation related to the arguments of the TTEST function, refer to the heading “syntax of the TTEST function of Excel” of this article.

One can perform any of the following t-tests on the basis of the given considerations: a. Independent samples t-test– Perform this test if the two datasets pertain to unrelated or independent samples. In other words, the two datasets come from two different populations. Each population consists of unique data points. Further, the population means and/or the standard deviations are unknown. b. Paired sample t-test– Perform this test if the two samples are related or dependent on each other. In other words, the two datasets come from the same population and have the same number of data points. c. One sample t-test– Perform this test if the single sample mean is to be compared with a hypothetical value. d. Two-sample equal variance t-test– Perform this test if the variances of the two populations are known to be equal. e. Two-sample unequal variance t-test– Perform this test if the variances of the two populations are unequal. One can also perform this test when he/she does not know whether the variances of the two populations are equal or not. f. One-tail t-test– Perform this test if one wants to study the specific direction of difference between the two sample means. In other words, the user is interested in one direction of difference (sample A mean is greater than the sample B mean) and not interested in the opposite direction of difference (sample A mean is lesser than the sample B mean). A one-tail t-test can detect differences between the two means in a single direction only. g. Two-tail t-test– Perform this test if one wants to know whether a difference between the two sample means exists or not. A two-tail t-test can detect both positive and negative differences between the two means. For instance, one may want to find out if sample A mean is greater than or lesser than the sample B mean. Note: If more than two groups are to be compared, use ANOVA (Analysis of Variance) instead of the t-test.

Interpreting the results of a t-test helps in accepting or rejecting the null hypothesis. For interpretation, one must perform the following tasks: a. Compare the calculated t-value or the t-statistic with the t-table value. If the former is more than the latter, reject the null hypothesis. b. Compare the p-value with the significance level (if not given in the question, assume the standard significance level of 0.05). If the former is less than the latter, reject the null hypothesis. Prior to carrying out the calculations, it is essential to state the null and alternative hypotheses clearly and precisely. This provides a direction to the process of interpretation of results. The null and alternative hypotheses are contradictory to each other. To accept or reject either of them, strong evidence is required. So, one must ensure that the sample data supports the acceptance or rejection decision.

This has been a guide to t-test in Excel. Here we discuss the t-test formula in Excel and how to use it along with examples and downloadable Excel templates. You may also look at these useful functions in Excel–

  • Quartile Formula
  • Mode Formula Excel
  • VBA "MsgBox"
  • Not Equal to in Excel

Youtube

IMAGES

  1. SOLVED: A Identify the null hypothesis and the alternative hypothesis

    alternative hypothesis in excel

  2. Hypothesis Testing Formula

    alternative hypothesis in excel

  3. Null & Alternative Hypothesis

    alternative hypothesis in excel

  4. How To Calculate Hypothesized Mean Difference In Excel

    alternative hypothesis in excel

  5. Hypothesis testing in MS Excel 2016

    alternative hypothesis in excel

  6. How To Calculate Hypothesized Mean Difference In Excel

    alternative hypothesis in excel

VIDEO

  1. How to Make a Hypothesis Test in Excel || Null Hypothesis Test

  2. Hypothesis testing in excel

  3. Hypothesis t-test for One Sample Mean using Excel’s Data Analysis

  4. Hypothesis Testing correlation (Excel)

  5. Hypothesis T Test using Excel

  6. T Test Using Using Excel's Data Analysis Tool for Hypothesis Testing

COMMENTS

  1. The Complete Guide: Hypothesis Testing in Excel

    A one sample t-testis used to test whether or not the mean of a population is equal to some value. For example, suppose a botanist wants to know if the mean height of a certain species of plant is equal to 15 inches. To test this, she collects a random sampleof 12 plants and records each of their heights in inches. …

  2. Null & Alternative Hypothesis

    Describes how to test the null hypothesis that some estimate is due to chance vs the alternative hypothesis that there is some statistically significant effect.

  3. How to do t-Tests in Excel

    Step-by-step instructions for using Excel to run t-tests. Learn how to select the correct t-test, choose the right options, and interpret the results.

  4. Chi-square Test & Formula in Excel

    Alternate Hypothesis (HA): It proposes that the two variables are related to the population. If you assume that from two methods, method A is superior to method B or method B is superior to method A, then this …

  5. Null & Alternative Hypotheses

    The null and alternative hypotheses are two competing claims that researchers weigh evidence for and against using a statistical test: Null hypothesis (H0): There’s no effect …

  6. T-Test in Excel

    The alternative hypothesis of a paired sample t-test assumes that the mean difference of paired observations is not equal to zero. For instance, the difference between the paired observations for row 4 is (18-19) or (cell A4-cell …

  7. How to Perform a Tukey-Kramer Post Hoc Test in Excel …

    The most commonly used post hoc test is the Tukey-Kramer test, which compares the mean between each pairwise combination of groups. The following example shows how to perform the Tukey-Kramer test in Excel.

  8. How to Conduct a One Sample t-Test in Excel

    We can use the following steps to conduct a one sample t-test to determine if the mean height for this species of plant is actually equal to 15 inches. Step 1: Find the sample size, sample mean, and sample standard …