FDIST
Definition: FDIST is a function that returns the F probability distribution for a specified set of parameters.
Syntax: =FDIST(x, degrees_freedom1, degrees_freedom2)
Situation: This formula is suitable when you need to find the F probability distribution for a specified set of parameters.
Example: If you have a random variable x with 10 degrees of freedom in the numerator and 20 degrees of freedom in the denominator, and want to find the probability that x is less than or equal to 2, the formula =FDIST(2, 10, 20) can be used, which returns 0.9524.