[]
        
(Showing Draft Content)

MULTINOMIAL

This function calculates the ratio of the factorial of a sum of values to the product of factorials.

Syntax

MULTINOMIAL(number1, [number2], ...)

Arguments

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.

Remarks

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.

Examples

MULTINOMIAL(D5,D6,D7,D8)

MULTINOMIAL(R5C4,R6C4,R7C4,R8C4)

MULTINOMIAL(1,2,3) gives the result 60