Syntax
| Parameter | Description |
|---|---|
| n | Parameter of the COMBINA function. |
| k | Parameter of the COMBINA function. |
Examples
Ice cream scoops
=COMBINA(5, 3)
Distributing items
=COMBINA(4, 6)
Two from three types
=COMBINA(3, 2)
Common Errors
Both arguments must be non-negative. Negative values return #NUM!.
Non-numeric arguments return #VALUE!.
Tips
COMBINA solves the classic 'stars and bars' problem in combinatorics: distributing k identical items among n distinct bins.
COMBINA(n,k) is always >= COMBIN(n,k) because allowing repetitions creates more possibilities.
Portfolio selection (can buy multiple shares of the same stock), menu ordering (can order the same dish twice), or dice combinations.
Try COMBINA in Viztab
Import your data and use COMBINA with 370+ other formulas. No signup required.
Open Viztab