R eturns the number of possible combinations within a given set of items, with repetitions included. For example, in a set of 3 items A, B, C, if 2 are chosen, the combinations can be AB, AA, AC, BB, BC and CC, so it returns 6 a s the result.
Syntax
n: Number of items in the set. Must be greater than k. Eg., 24
Examples
|
Formula |
Result |
|
=COMBINA(11;2) |
66 |
|
=COMBINA(24;6) |
475020 |
|
=COMBINA(12;12) |
1352078 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions