EXCEL FDIST FUNCTION

The (right-tailed) F Probability Distribution, which assesses the degree of variety between two data sets, is calculated using the Excel FDIST function.

Syntax :

=FDIST(xdeg_freedom1deg_freedom2 )

Parameters :

  • The function parameters are as follows:

X :

  • The (positive) numeric value at should be evaluated.

Deg freedom1 :

  • An integer indicating the degrees of freedom in the numerator.

Deg freedom2 :

  • An integer indicating the degrees of freedom in the denominator. Excel truncates decimal values to integers if deg freedom1 or deg freedom2 are decimal numbers.

Step By Step Guide of FDIST Function

Example :

  • #NUM! – Occurs if either: The supplied value of x is < 0
    or The supplied deg_freedom1 or the deg_freedom2 is < 1 or ≥ 10^10.
  • #VALUE! – Occurs if any of the supplied arguments is non-numeric.

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