T.DIST.2T function
Summary
Returns the Percentage Points (probability) for the Student t-distribution
Syntax
T.DIST.2T(x,deg_freedom)
The T.DIST.2T function syntax has the following arguments:
• X Required. The numeric value at which to evaluate the distribution.
• Deg_freedom Required. An integer indicating the number of degrees of freedom.
• X Required. The numeric value at which to evaluate the distribution.
• Deg_freedom Required. An integer indicating the number of degrees of freedom.
Example
=T.DIST.2T(A2,A3)