TRUECALC
Functions

FDIST

F right-tail CDF (legacy)

Try it

When to use it

When should I use FDIST instead of F.DIST.RT?

FDIST is the legacy equivalent of F.DIST.RT; use F.DIST.RT in new work. FDIST is retained for compatibility with older spreadsheets.

Used in

science · operations

Syntax

FDIST(x,df1,df2)

Examples

=FDIST(15.35,7,6) // => 0.0019305534324600693

On this page