Google Sheets
MULTINOMIAL function in Google Sheets
Returns the factorial of the sum of values divided by the product of the values' factorials.
=MULTINOMIAL(value1, [value2, ...])MULTINOMIAL syntax and parameters
Two arguments, one required.
- value1anyRequired
The first value or range to consider.
- value2anyRepeating
Additional values or ranges to consider.
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 Excel
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 Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel