Excel
MULTINOMIAL function in Excel
Returns the multinomial of a set of numbers
=MULTINOMIAL(number1, [number2], ...)MULTINOMIAL syntax and parameters
Two arguments, one required.
- number1numberRequired
- number2numberRepeating
MULTINOMIAL examples
Formulas you'll actually reuse.
Ways to split 9 people into teams of 2, 3, and 4:
=MULTINOMIAL(2, 3, 4)Result
1260The same from a column of group sizes:
=MULTINOMIAL(B2:B4)Result
1260
MULTINOMIAL in Google Sheets
Same name — your formula ports as-is.
Try MULTINOMIAL in the playground
Edit the example — nothing to install.
Preloaded with the MULTINOMIAL formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent