The Excel T.DIST.2T function returns the two-tailed Student's t-distribution — the combined probability in both tails for a given t-value and degrees of freedom.
Syntax
| Argument | Description | |
|---|---|---|
x | Required | The t-value at which to evaluate the distribution. Must be non-negative. |
deg_freedom | Required | The degrees of freedom (a positive integer). |
How to use it
T.DIST.2T sums the area in both tails beyond ±x — exactly the two-sided p-value you report when testing whether a t-statistic differs from zero in either direction.
Because it counts both tails, T.DIST.2T(x, df) equals exactly twice T.DIST.RT(x, df). The x argument must be zero or positive; a negative value returns an error.
Two-tailed vs one-tailed: use T.DIST.2T when your hypothesis is “different from” (either direction) and T.DIST.RT when it is directional (“greater than”). The two-tailed p-value is always the larger of the two.
Try it: interactive demo
Pick a T.DIST.2T example to see the formula and its result.
Practice workbook
Frequently asked questions
What is a two-tailed probability?
How does T.DIST.2T relate to T.DIST.RT?
T.DIST.2T(x, df) is exactly 2 × T.DIST.RT(x, df). The two-tailed value is simply double the right tail.Can x be negative?
When should I use the two-tailed version?
T.DIST.RT instead.Master functions like this in one day
This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.
See the Formulas & Functions Class