The COMBIN function is one of the math and trigonometry functions. It is used to return the number of combinations for a specified number of items.
Syntax
COMBIN(number, number_chosen)
The COMBIN function has the following arguments:
Argument | Description |
---|
number | A number of items, a numeric value greater than or equal to 0. |
number_chosen | A number of items in a combination, a numeric value greater than or equal to 0 but less than number. |
Notes
How to apply the COMBIN function.
Examples
The figure below displays the result returned by the COMBIN function.
