Show All

TDIST

See Also

Returns the Percentage Points (probability) for the Student t-distribution where a numeric value (x) is a calculated value of t for which the Percentage Points are to be computed. The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.

Syntax

TDIST(x,degrees_freedom,tails)

X   is the numeric value at which to evaluate the distribution.

Degrees_freedom   is an integer indicating the number of degrees of freedom.

Tails   specifies the number of distribution tails to return. If tails = 1, TDIST returns the one-tailed distribution. If tails = 2, TDIST returns the two-tailed distribution.

Remarks

Example

The example may be easier to understand if you copy it to a blank spreadsheet.

How?

  1. Create a blank spreadsheet.
  2. Select the example in the Help topic.

    Selecting example from Help

    Selecting an example from Help

  3. Press CTRL+C.
  4. In the spreadsheet, select cell A1, and press CTRL+V.
  5. To switch between viewing the formula that returns the result and the result in the cell, select the cell and press F2 and then ENTER, or click Commands and Options on the spreadsheet toolbar, click the Formula tab, and look in the Formula in active cell (active cell) box.
Data Description
1.96 Value at which to evaluate the distribution
60 Degrees of freedom
Formula Description (Result)
=TDIST(A2,A3,2) Two-tailed distribution (0.054644927 or 5.46 percent)
=TDIST(A2,A3,1) One-tailed distribution (0.027322463 or 2.73 percent)

Note   To view the number as a percent, select the cell and click Commands and Options on the toolbar. Click the Format tab, and then click Percent in the Number Format box.