Excel COMBIN Function
The COMBIN function calculates the number of combinations for a given number of items.
Syntax
=COMBIN (number, number_chosen)
Arguments
- Number (required): The total number of items.
- Number_chosen (required): The number of items in each combination.
Return value
The COMBIN function returns the number of combinations for a given number of items without repetitions.
Function notes
- Repetitions are not allowed in the COMBIN function. To count combinations that allow repetitions, use the COMBINA function.
- If any of the supplied arguments are non-integer numbers, the COMBIN function will truncate them to integers.
- COMBIN function will return the #VALUE! error if any of the supplied arguments are non-numeric.
- COMBIN function will return the #NUM! error if:
- Number < 0
- Number < Number_chosen
- Number_chosen < 0
- A combination is a set of items regardless of the combination’s internal order of items. If the internal order matters, use the PERMUT function, which also does not allow repetitions.
Examples
To calculate the number of combinations for the given number of items without repetitions in the below table, please copy the formulas below into cell E4 and E5 respectively and press the Enter key to get the results.
=COMBIN (B4, C4)
=COMBIN (D5, C5)
Note:
We can directly input the values of the two arguments in the formula. The two formulas above can be changed to:
=COMBIN (10, 2)
=COMBIN (33, 5)
Relative Functions:
-
Excel ARABIC Function
The Excel ARABIC function is used to convert roman numbers to Arabic numbers.
-
Excel ROMANC Function
The Excel ROMAN function converts an Arabic number to a Roman numeral as text.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Supports Office/Excel 2007-2021 and 365 | Available in 44 Languages | Easy to Uninstall Completely

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
