TINV

The TINV function returns the t value (a function of the probability and degrees of freedom) from the student’s t-distribution.

TINV(probability, degrees-freedom)

probability: A number value representing the probability associated with the distribution. probability must be greater than 0 and less than 1.

degrees-freedom: A number value representing the number of degrees of freedom. degrees-freedom must be greater than or equal to 1.

Example

=TINV(0.88, 2) returns 0.170940864689457.

See also
TDIST
TTEST