ID: Q173923
The information in this article applies to:
In Microsoft Excel, if you enter a formula that uses the TDIST function, the formula may return a #NUM! error. This behavior may occur even when you use a value greater than or equal to 1 for the Degrees_Freedom argument and a value of 1 or 2 for the Tails argument.
This behavior occurs if the X argument is negative (less than zero) in the following syntax
TDIST(x,degrees_freedom,tails)
where X is the numeric value at which to evaluate the distribution. For
example, the following formula
=TDIST(-1.96,60,2)
returns a #NUM! error because the X argument is negative.
This behavior is by design of Microsoft Excel.
To resolve this problem, use a value that is greater than or equal to zero for the X argument in the TDIST function.
In Microsoft Excel, the TDIST function allows you to calculate the Student's t-distribution. The t-distribution is used in the hypothesis testing of small sample data sets. You can use the TDIST function in place of a table of critical values for the t-distribution.
The "Function Reference" for Microsoft Excel 4.x and the Microsoft Excel Help file for other versions of Microsoft Excel include the following information about the TDIST function:
If X is less than 0, the TDIST function returns a #NUM! error.
Additional query words: XL98 XL97 XL7 XL5 XL4
Keywords : xlformula xlhelp
Version : MACINTOSH:4.0,5.0,5.0a,98; WINDOWS:4.0,4.0a,5.0,5.0c,7.0,7.0a,97
Platform : MACINTOSH WINDOWS
Issue type : kbprb
Last Reviewed: January 8, 1999