F.INV.RT
Returns the inverse of the right-tailed F probability distribution
Syntax
F.INV.RT(probability, deg_freedom1, deg_freedom2)
Parameters
- probability: Required. A probability associated with the F distribution
- deg_freedom1: Required. The numerator degrees of freedom
- deg_freedom2: Required. The denominator degrees of freedom
Example
=F.INV.RT(0.01, 6, 4)