EXCEL FINV FUNCTION

For a given probability, the Excel FINV function computes the inverse of the (right-tailed) F Probability Density function.

Syntax :

=FINV( probabilitydeg_freedom1deg_freedom2 )

Parameters :

  • The function parameters are as follows:

probability –

  • The likelihood (between 0 and 1) at which the inverse is to be evaluated. deg freedom is a distribution function.

deg_freedom1 –

  • An integer indicating the numerator degrees of freedom.

deg_freedom2 –

  • An integer indicating the degree of freedom of the denominator.

Step By Step Guide of FINV Function

Example :

The right-hand chart depicts the reverse of the right-tailed F. Distributions with one degree of freedom in the numerator and two three rotational in the decrease. If you wish to determine the value of this function for a chance of 0.2, you may use the Finv function, as follows:

=FINV( 0.2, 1, 2 )

This gives the result 3.555555556.

  • #NUM! – Occurs if either: the provided probability is 0 or more than one, or the supplied deg freedom1 or deg freedom2 is one or ten thousand.
  • #VALUE! – This error occurs if any of the supplied parameters is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now