Skip to Content

FINV

Returns the inverse of the F probability distribution. Replaced by F.INV.RT.

Syntax

FINV(probability, degrees_freedom1, degrees_freedom2)

Parameters

  • probability: Required. A probability associated with the F cumulative distribution
  • degrees_freedom1: Required. The numerator degrees of freedom
  • degrees_freedom2: Required. The denominator degrees of freedom

Example

=FINV(0.01, 6, 4)
Returns: NumberSince: Excel 2003