COMBIN computes the number of combinations.
-
Performing this function on a non-integer or a negative number returns #NUM! error.
-
If n is less than k COMBIN returns #NUM! error.
-
This function is Excel compatible.
COMBIN(8,6) equals 28.
COMBIN(6,2) equals 15.