Excel COMBINA Function
The COMBINA function calculates the number of combinations for a specified number of items with repetitions allowed.
Syntax
=COMBINA (number, number_chosen)
Arguments
- Number (required): The total number of items (must be ≥ 0).
- Number_chosen (required): The number of items in each combination (must be ≥ 0).
Return value
The COMBINA function returns a positive numeric value.
Function notes
- Repetitions are allowed in the COMBINA function. To count combinations that forbid repetitions, use the COMBIN function.
- If any of the supplied arguments are non-integer numbers, the COMBINA function will truncate them to integers.
- COMBINA function will return the #VALUE! error if any of the supplied arguments are non-numeric.
- COMBINA 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 PERMUTATIONA function, which also allows repetitions.
Examples
To calculate the number of combinations for the given number of items with 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.
=COMBINA (B4, C4)
=COMBINA (B5, C5)
Note:
We can directly input the values of the two arguments in the formula. The two formulas above can be changed to:
=COMBINA (10, 2)
=COMBINA (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...

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.
