T.DIST.2T function

Category: Statistical
Introduced: Excel 365

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.

Example

=T.DIST.2T(A2,A3)

Microsoft Support Page

https://support.microsoft.com/en-us/office/t-dist-2t-function-198e9340-e360-4230-bd21-f52f22ff5c28

Back to Functions