TRUECALC
Functions

FINV

F right-tail inverse CDF (legacy)

Try it

When to use it

When should I use FINV instead of F.INV.RT?

FINV is the legacy version of F.INV.RT; use F.INV.RT in new work. FINV exists for backward compatibility with older spreadsheets.

Used in

science · operations

Syntax

FINV(p,df1,df2)

Examples

=FINV(0.42,2,3) // => 1.174597281149464
=FINV(0.05,4,5) // => 5.192167772803921

On this page