MULTINOMIAL
Definition: MULTINOMIAL is a function that returns the factorial of a sum of values divided by the product of the factorials of the individual values.
Syntax: =MULTINOMIAL(number1, [number2], …)
Situation: This formula is appropriate when you need to find the factorial of a sum of values divided by the product of the factorials of the individual values.
Example: If you have a set of numbers 2, 3, and 4, the multinomial can be found using the formula =MULTINOMIAL(2, 3, 4), which returns 1260.