Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
COMBIN calculates how many ways you can choose k items from a set of n items when order does not matter (also written C(n,k) or nCk). It is used in probability, lottery odds, and experiment design. The result equals FACT(n) / (FACT(k) * FACT(n-k)).
=COMBIN(A2,B2)=COMBIN(A2,B2)Computed by a real spreadsheet engine on the sample data below.
| n (Total) | k (Choose) | Combinations |
| 10 | 3 | |
| 6 | 2 | |
| 52 | 5 | |
| 8 | 4 |
=COMBIN(A2,B2)→120
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: