Calculates the multinomial of a number of values.
This is the factorial of the sum of all the values divided by the product of all the factorials of each value.
Syntax:
MULTINOMIAL(list)
Returns the multinomial of all the numeric values in the list.
list may be an array, a range of cells, or a comma-separated list of values.
Formula:
MULTINOMIAL = ( ∑i=n xi )! ÷ ( ∏i=n xi! )
where n is the number of values and xi is the i-th value.
Revisions:
This function was added in 2.00.