Table of Contents
This guide provides a practical overview of T. INV Function, including its main features, benefits, limitations, and important considerations.

Description: The function returns the inverse value to the left of the Student's t-distribution. Support functions from Excel 2010 onwards.
Syntax: T. INV (probability, deg_freedom)
Inside:
- probability: Probability associated with t value of Student's t-distribution, which is a required parameter.
- deg_freedom: Number of degrees of freedom of the distribution, is a required parameter.
Attention:
- Any argument that is not a number -> the function returns the #VALUE! Error value
- If probability ? 0 or probability> 1 -> the function returns the #NUM! Error value
- If deg_freedom <1 -> the function returns the #NUM! Error value
- The minimum value of deg_freedom must be equal to 1.
For example:
Calculate the inverse value to the left of the Student 's t-distribution of values in the following data table:

- In the cell to calculate enter the formula : = T. INV (D6, D7)

- Press Enter -> the inverse value to the left of the Student 's t-distribution is:

- If the number of degrees of freedom is less than 1 -> the function returns the #NUM! Error value

- Where the probability of combining with the t value is greater than 1 -> the function returns the #NUM! Error value

Above are instructions and some specific examples when using the T. INV function in Excel.
Good luck!
FAQ
What does the T. INV Function function do in Excel?
The T. INV Function function performs the calculation described in this guide. Use the correct arguments and compatible data types for reliable results.
How do I enter the T. INV Function function correctly?
Start with an equals sign, enter T. INV Function, add the required arguments inside parentheses, and confirm that cell references and separators are correct.
Why does the T. INV Function function return an error?
Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.
Reader Comments 0
Sign in with email or Google to join the discussion.