FDIST(x,dof_of_num,dof_of_denom)
x: number
dof_of_num: numerator degrees of freedom
dof_of_denom: denominator degrees of freedom
The survival function is 1 minus the cumulative distribution function.
If x < 0 this function returns a #NUM! error. If dof_of_num < 1 or dof_of_denom < 1, this function returns a #NUM! error.
This function is Excel compatible.
FDIST is the OpenFormula function LEGACY.FDIST.
FINV.