TDIST
Returns the Student's t-distribution. Replaced by T.DIST.2T or T.DIST.RT.
Syntax
TDIST(x, degrees_freedom, tails)
Parameters
- x: Required. The numeric value at which to evaluate the distribution
- degrees_freedom: Required. An integer indicating the number of degrees of freedom
- tails: Required. The number of distribution tails to return (1=one-tailed, 2=two-tailed)
Example
=TDIST(1.96, 60, 2)