Syntax
| Parameter | Description |
|---|---|
| number1 | Parameter of the MULTINOMIAL function. |
| [number2 | (Optional.) Parameter of the MULTINOMIAL function. |
| ...] | Parameter of the MULTINOMIAL function. |
Examples
Divide into groups
=MULTINOMIAL(2, 3, 4)
Word arrangements
=MULTINOMIAL(2, 1, 1)
Simple case
=MULTINOMIAL(3, 2)
Common Errors
All arguments must be non-negative integers. Negative values return #NUM!.
Non-numeric arguments produce #VALUE!.
Tips
COMBIN splits items into 2 groups. MULTINOMIAL generalizes to any number of groups: 3 groups, 4 groups, etc.
To count distinct arrangements of a word like MISSISSIPPI: =MULTINOMIAL(1,4,4,2) = 11!/(1!×4!×4!×2!) = 34,650.
MULTINOMIAL(a,b) = COMBIN(a+b, a). The two-argument case is identical to choosing a items from a+b total.
Try MULTINOMIAL in Viztab
Import your data and use MULTINOMIAL with 370+ other formulas. No signup required.
Open Viztab