Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the FINV function. |
| deg_freedom1 | Parameter of the FINV function. |
| deg_freedom2 | Parameter of the FINV function. |
Examples
ANOVA critical value at 5%
=FINV(0.05, 3, 36)
1% critical value
=FINV(0.01, 2, 60)
Equal variance test threshold
=FINV(0.025, 9, 9)
Common Errors
Probability must be between 0 and 1 (exclusive). Both degrees of freedom must be positive integers.
Occurs when arguments are non-numeric.
Tips
FINV is the compatibility function. F.INV.RT is the modern replacement with identical behavior.
Pass your significance level directly (e.g., 0.05 for a 5% test). The returned value is the critical F-value for the right tail.
FINV takes the right-tail probability while F.INV takes the left-tail (cumulative) probability. They are complementary.
Try FINV in Viztab
Import your data and use FINV with 370+ other formulas. No signup required.
Open Viztab