COMBIN

COMBIN(arg1, arg2) → { number | string | boolean }

Returns the number of combinations for a given number of items.

Parameters:

Name Type Description
arg1 number

Is the total number of items.

arg2 number

Is the number of items in each combination.

Returns:

Type
number | string | boolean