ReferenceFunctionsMath Functions
MULTINOMIAL
Returns the multinomial coefficient for one or more values.
Summary
Returns the multinomial coefficient for one or more values.
Remarks
- Each input is truncated toward zero before factorial is applied.
- Any negative term returns
#NUM!. - Values that require factorials outside
0..=170return#NUM!.
Examples
Compute a standard multinomial coefficient
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1260
Non-integers are truncated first
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
3
Related functions
FAQ
Why does MULTINOMIAL return #NUM! for large terms?
If any required factorial falls outside 0..=170, the function returns #NUM!.
Runtime metadata
Category
Math
Signature
MULTINOMIAL(arg1…: Number)This function accepts a repeating argument pattern (min args: 1).
Arity
min 1, max variadic
Arguments
arg1Number · Scalar · coercion NumberLenientText
Caps
PURE
Source