Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the TDIST function. |
| deg_freedom | Parameter of the TDIST function. |
| tails | Parameter of the TDIST function. |
Examples
Two-tailed p-value for t=2.1
=TDIST(2.1, 25, 2)
One-tailed p-value
=TDIST(1.8, 10, 1)
Testing a large sample
=TDIST(3, 100, 2)
Common Errors
x must be non-negative (TDIST only accepts positive values, unlike T.DIST). Tails must be 1 or 2.
Occurs when arguments are non-numeric.
Tips
Set tails=1 for a one-tailed test (right tail only) or tails=2 for a two-tailed test. There is no option for left-tail only — use T.DIST for that.
Unlike T.DIST, TDIST requires x >= 0. If your test statistic is negative, use its absolute value since the t-distribution is symmetric.
For new work, use T.DIST (left CDF), T.DIST.RT (right tail), or T.DIST.2T (two-tailed) for more explicit control over which tail you are computing.
Try TDIST in Viztab
Import your data and use TDIST with 370+ other formulas. No signup required.
Open Viztab