WorksheetFunction.Binom_Dist_Range (Excel)
Returns the probability of a trial result using a binomial distribution.
Binom_Dist_Range (Arg1, Arg2, ..., Arg4)
Dim dblArg1 As Double: dblArg1 =
Dim dblArg2 As Double: dblArg2 =
Dim dblArg3 As Double: dblArg3 =
Dim dblBinom_Dist_Range As Double
dblBinom_Dist_Range = WorksheetFunction.Binom_Dist_Range(Arg1:=dblArg1, Arg2:=dblArg2, Arg3:=dblArg3)
Arguments
Arg1, Arg2, ..., Arg4Arg1 (Double) - The number of independent trials.
Arg2 (Double) - The probability of success on each trial.
Arg3 (Double) - The number of successes in trials.
Arg4 - If provided, this function returns the probability that the number of successful trials shall lie between Arg3 and Arg4