EXCEL TDIST FUNCTION

The TDIST function in Excel computes the Student’s T Distribution, which is a continuous probability distribution commonly used for testing hypotheses on small sample data sets.

Syntax :

=TDIST( xdegrees_freedomtails )

Parameters :

  • The following parameter are:

x –

  • The value at which the Student’s T Distribution should be evaluated.

degrees freedom –

  • The amount of degrees of freedom required (must be 1).

tails –

  • The distribution’s number of tails. This must be either:
    1 – Provides the one-tailed distribution.
    2 – Provides the two-tailed distribution.

Step By Step Guide of TDIST Function

Example :

The right graphic depicts the 1-tailed Student’s T Distribution with 10 degrees of freedom.
If you wish to determine the value of this function at x = 1, use the Excel Tdist function, as shown below:

  • #NUM!-Occurs if one of the following conditions is met: the provided value of x is 0; the supplied degrees freedom argument is 1; or the supplied tails argument is not equal to 1 or 2.
  • #VALUE! – This error occurs if any of the supplied parameters is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now