FINV(p,dof_of_num,dof_of_denom)
p: probability
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 p < 0 or p > 1 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.
FINV is the OpenFormula function LEGACY.FINV.