The Excel F.DIST.RT Function

Related Functions:
F.DIST
F.INV.RT

Function Description

The Excel F.DIST.RT function calculates the (right-tailed) F Probability Distribution, which measures the degree of diversity between two data sets.

The function is new to Excel 2010 and so is not available in earlier versions of Excel. However the F.Dist.Rt function is simply an updated version of the Fdist function, which is available in earlier versions of Excel.

The syntax of the F.Dist.Rt function is:

F.DIST.RT( x, deg_freedom1, deg_freedom2 )

Where the function arguments are:

x - The (positive) numeric value at which the function is to be evaluated.
deg_freedom1 - An integer specifying the numerator degrees of freedom.
deg_freedom2 - An integer specifying the denominator degrees of freedom.

If either deg_freedom1 or deg_freedom2 are supplied as decimal numbers, these are truncated to integers by Excel.


F.Dist.Rt Function Example

Plot of the F Probability Distribution with numerator degrees of freedom = 1 and denominator degrees of freedom = 2
F Prob. Distribution with deg_freedom1 = 1 & deg_freedom2 = 2

The above chart on the right shows the right-tailed F Probability Distribution with deg_freedom1 (the numerator degrees of freedom) set equal to 1 and deg_freedom2 (the denominator degrees of freedom) set equal to 2.

If you want to calculate the value of this function at x = 5, this can be done using the Excel F.Dist.Rt function, as follows:

=F.DIST.RT( 5, 1, 2 )

This gives the probability 0.154845745.


For further details and examples of the Excel F.Dist.Rt function, see the Microsoft Office website.


F.Dist.Rt Function Errors

If you get an error from the Excel F.Dist.Rt function this is likely to be one of the following:

Common Errors
#NUM! -

Occurs if either:

  • The supplied value of x is < 0
or
  • The supplied deg_freedom1 or deg_freedom2 is < 1.
#VALUE! - Occurs if any of the supplied arguments is non-numeric.