# CHISQ.INV.RT

## Content

This function calculates the inverse of the right-tailed probability of the chi-squared distribution.

## Syntax

`CHISQ.INV.RT(prob, deg)`

## Arguments

This function has these arguments:

| Argument | Description |
| -------- | ----------- |
| *prob* | [Required] Probability of the chi-squared distribution |
| *deg* | [Required] Number of degrees of freedom; if not an integer, the number is truncated |

## Remarks

The #VALUE! error value is returned if either argument is non-numeric.

## Examples

`CHISQ.INV.RT(B5,D7)`
`CHISQ.INV.RT(R5C2,R7C4)`
`CHISQ.INV.RT(0.75,4)` gives the result 1.9225575262293264