A t critical value is a cutoff point that helps you decide if your results are statistically significant. Many people find it easier to calculate this value in Excel because it is fast and does not require a t-table. In this guide, you will learn simple, step-by-step methods to find the t critical value in Excel. The explanations are clear and easy to follow, even if you are new to statistics. This article also includes formulas you can copy, practical examples, and optional screenshots to help you understand each step. By the end of the article, you will be able to find left, right, and two-tailed t-critical values using Excel formulas.
What Is a T Critical Value?
A t critical value is a cutoff point used to make decisions in statistical analysis. In hypothesis testing, it marks the point where you decide whether to reject the null hypothesis. In confidence intervals, it is used to calculate the margin of error and set the upper and lower limits. Excel makes it easy to find t critical values because it gives precise results without the need to scan through long t distribution tables. This saves time and helps you avoid common calculation mistakes.
What You Need Before Finding the T Critical Value
Before you find the t critical value in Excel, you need a few important details, including:
- Degrees of freedom (df): This usually comes from your sample size.
- Type of test: Decide if your test is one-tailed or two-tailed.
- Significance level (α): This shows the level of risk you are willing to accept.
Note. For a two-tailed test, divide α by 2 because the probability is split between both tails.
How to Find T Critical Value in Excel: Step-by-Step with Examples
Finding the t critical value in Excel is easy when you know the right function to use. Below are the simple steps for finding left-tailed, two-tailed, and right-tailed t-critical values. You can also find clear steps to follow to find each of the critical values in excel.
1. Left-Tailed Test
A left-tailed test checks whether your test statistic falls in the lower tail of the t-distribution. Excel makes this easy because it uses a direct function for left-tail probabilities. To get the left-tailed t critical value in excel, you only need your α level and degrees of freedom and use the formula =T.INV(α, df). In other words, you can calculate left-tailed t-critical value using excel by following these 3 simple steps:
- Step 1: Identify your significance level (α).
- Step 2: Find your degrees of freedom (df) for your t-test.
- Step 3: Enter the formula,
=T.INV(α, df)in excel and click the Enter button to calculate the left-sided t-critical value.
Example: Suppose you are running a left-tailed test with α = 0.05 and df = 18. To find the left-sided t-critical value, you simply need to enter the formula, =T.INV(0.05, 18) and hit the Enter button. Excel will provide you with a left-tailed critical value of t as -1.73406 (See Figure 1).

2. Right-Tailed Test
A right-tailed test checks whether your test statistic falls in the upper tail of the t-distribution. In Excel, you can find the t critical value by converting the right-tail probability into a left-tail probability using 1 − α.
Therefore, to find the t-critical value for a right-tailed test, you use the Excel formula, =T.INV(1 − α, df) and follow these steps:
- Step 1. Identify your significance level (α).
- Step 2. Find your degrees of freedom (df) based on the type of t-test you’re performing
- Step 3. Convert α to a left-tail probability by substituting α with 1 − α in the formula.
- Step 4. Enter the formula,
=T.INV(1 − α, df)in Excel and hit the Enter button to calculate the t-critical value for a right-tailed t-test.
Example: Suppose you have a right-tailed test with α = 0.05 and df = 20. To calculate the t-critical value for the right-sided test in excel, you simply need to follow these steps:
- Step 1: α = 0.05
- Step 2: df = 20
- Step 3: Convert α: 1 − 0.05 = 0.95
- Step 4: Enter the formula,
=T.INV(0.95, 20)in Excel and click the Enter button
Excel will return the right-tailed t critical value for your test as 1.7247 (See Figure 2).

3. Two-Tailed Test
A two-tailed test checks whether your test statistic falls in either the lower or upper tail of the t-distribution. In Excel, you can easily find the t critical value using the T.INV.2T function. This function automatically splits the significance level between the two tails.
Therefore, to find the t critical value for a two-tailed test, follow these steps:
- Step 1. Identify your total significance level (α). This is the combined probability in both tails.
- Step 2. Find your degrees of freedom (df) based on the t-test you’re performing
- Step 3. Enter the formula,
=T.INV.2T(α, df)in Excel and click the Enter button to calculate the two-sided t-critical value.
Example: Suppose you are running a two-tailed test with α = 0.05 and df = 15. To find a t-critical value for the test using Excel, you follow these steps:
- Step 1: α = 0.05
- Step 2: df = 15
- Step 3: Enter the formula,
=T.INV.2T(0.05, 15)in Excel and click enter to calculate the two-tailed t critical value.
Excel will return the t critical value for both tails of your test as 2.1315 (See Figure 3).

Alternative Method: You can also find the two-tailed t critical value using the T.INV function. In this case, divide the significance level α by 2 and subtract it from 1 to get the left-tail probability. For example, if α = 0.05 and df = 15, use the formula =T.INV(1 − 0.05/2, 15) or =T.INV(0.975, 15). This gives the positive t critical value for the upper tail, while the lower tail value is the same magnitude but negative. This method works well if you prefer T.INV over T.INV.2T.
Want to Calculate T Critical Values Instantly? You can use our T-Critical Value Calculator to quickly find values for one-tailed, two-tailed, left-tailed, or right-tailed tests. However, if you prefer the classic method, check out our guide on how to compute t critical values using T-distribution tables for step-by-step instructions.
Tips for Using Excel for T Critical Values
- Always check whether your test is one-tailed or two-tailed before choosing the formula.
- Make sure you enter the correct degrees of freedom (df) for accurate results.
- For two-tailed tests, remember to divide α by 2 if using
T.INV. - Use T.INV.2T for simplicity in two-tailed tests.
- Double-check your significance level (α) to avoid calculation errors.
- Keep your formulas consistent to make your spreadsheet easy to read and reuse.
Conclusion
Finding t critical values in Excel is simple and accurate when you use the right functions. Whether you are performing a left-tailed, right-tailed, or two-tailed test, Excel provides formulas like T.INV and T.INV.2T to get precise results quickly. By knowing your significance level and degrees of freedom, you can avoid mistakes and confidently complete your statistical analysis. Using Excel not only saves time but also makes it easier to check your work compared to traditional t tables. With these methods and tips, calculating t critical values has been made easier.
Frequently Asked Questions
T.INV is used for one-tailed tests, while T.INV.2T is used for two-tailed tests. Use T.INV.2T to automatically split the significance level between both tails.
Degrees of freedom usually equal the sample size minus one (n − 1). However, for two independent samples, it may depend on both sample sizes.
Yes. Use T.INV for left-tailed tests and convert α to 1 − α for right-tailed tests to get the correct critical value.
You can use T.INV.2T with your total significance level or use T.INV with 1 − α/2 for the upper tail. Both methods give the same result.
Yes, you can use a t-distribution table to manually find values. However, Excel is faster and more accurate, especially for large degrees of freedom.