FDIST function - Zoho Sheet - Help Guide

FDIST

Returns the right-tailed F probability distribution (degree of diversity) for two data sets at a given value.

 

Syntax

 

FDIST(x; r1; r2)

x: The value at which you want to evaluate the function. Eg., 0.2

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

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

 

Examples

 

Formula

Result

=FDIST(A2;B2;C2)

0.942331114

=FDIST(A3;B3;C3)

0.935288993

=FDIST(A4;B4;C4)

0.534454604


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 x is less than 0.

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

 

Similar Functions