MULTINOMIAL
Returns the multinomial of a set of numbers.
Math & TrigonometryMath Basics
What it does
Calculates the ratio of the factorial of a sum of values to the product of factorials.
Syntax
MULTINOMIAL(number1, [number2], ...)
Arguments
number1(number) β Value.
Examples
Multinomial
Calculate for 2, 3.
FORMULA
=MULTINOMIAL(2, 3)
RESULT
10
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | A | B |
| 2 | 2 | 3 |