Returns the number of possible combinations within a given set of items, excluding repetitions. For example, in a set of 3 items A, B, C, if 2 are chosen, the combinations can be AB, AC, and BC, so it returns 3 as the result.
Syntax
n: Number of items in the set. Must be greater than k. Eg., 11
Examples
Formula |
Result |
=COMBIN(11;2) |
55 |
=COMBIN(24;6) |
134596 |
=COMBIN(12;12) |
1 |
Possible Errors
Errors |
Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
#NUM! |
|
Similar Functions
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.