[]
This function calculates the ratio of the factorial of a sum of values to the product of factorials.
MULTINOMIAL(number1, [number2], ...)
This function has these arguments:
Argument | Description |
|---|---|
Number1, number2, ... | Number1 is required, subsequent numbers are optional. 1 to 255 values for which you want the multinomial. |
If an array or reference argument contains text, logical values, or empty cells, the function ignores those values; however, the function includes in calculations cells with the value zero.
MULTINOMIAL(D5,D6,D7,D8)
MULTINOMIAL(R5C4,R6C4,R7C4,R8C4)
MULTINOMIAL(1,2,3) gives the result 60