Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the T.INV function. |
| deg_freedom | Parameter of the T.INV function. |
Examples
Critical value for 95% CI (lower bound)
=T.INV(0.025, 24)
One-tailed critical value at 5%
=T.INV(0.95, 10)
50th percentile
=T.INV(0.5, 30)
Common Errors
Probability must be between 0 and 1 (exclusive) and degrees of freedom must be at least 1.
Occurs when arguments are non-numeric.
Tips
To get the critical value for a 95% CI, use T.INV(0.025, df) for the lower bound and T.INV(0.975, df) for the upper bound. Or use T.INV.2T(0.05, df) for the positive value directly.
T.INV returns the left-tail inverse. For two-tailed critical values (the most common need), use T.INV.2T instead.
Unlike T.INV.2T which always returns a positive value, T.INV can return negative values when the probability is below 0.5.
Try T.INV in Viztab
Import your data and use T.INV with 370+ other formulas. No signup required.
Open Viztab