FINV function - Zoho Sheet - Help Guide

FINV

Calculates the inverse of right-tailed F probability distribution function.

 

Syntax

 

FINV(p; r1; r2)

p: Probability associated with the right-tailed F distribution. Eg., 0.94233111437756

r1: The numerator of the degrees of freedom. Eg., 5

r2: The denominator of the degrees of freedom. Eg., 3

 

Examples

 

Formula

Result

=FINV(A2;B2;C2)

0.2

=FINV(A3;B3;C3)

0.35

=FINV(A4;B4;C4)

1.2


Get a hands-on experience of the function in the embedded range below. 



Possible Errors

 

Errors

Meaning

#N/A!

  • The function could not find the value it was asked to look for. Commonly occurs in VLOOKUP and similar functions.

#NAME!

  • The function name is incorrect or invalid.

  • The given defined name (if any) is invalid.

  • There is a typo in the defined name used in the function.

  • Double quotes are missing for text values in the function.

  • Colon missing in a cell range reference.

#VALUE!

  • The given argument's data type is incorrect or invalid.
    For example, the function =DATE(A1:A3) will return a #VALUE error when a text value is present in the range.

#REF!

  • The given cell reference is incorrect or invalid. This error may occur when a cell/range has been deleted, moved, or pasted over.

#NUM!

  • The value of p is not between 0 and 1.

  • The value of r1 or r2 is less than 1 or greater than 10^10.

 

Similar Functions