Calculates values for a Student's t-distribution based on a given value.
Syntax
x: The value at which to calculate the distribution. Eg., 14
1 - One-tailed distribution
Examples
|
Formula |
Result |
|
=TDIST(A2;B2;C2) |
0.000016718 |
|
=TDIST(A3;B3;C3) |
0.000002069 |
|
=TDIST(A4;B4;C4) |
0.001565278 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions