Returns the factorial of the sum of given numbers divided by the product of the numbers' factorials.
Syntax
Examples
|
Formula |
Result |
|
=MULTINOMIAL(3;4;2) |
1260 |
|
=MULTINOMIAL(12;24;32) |
3.171345E28 |
|
=MULTINOMIAL(1;8;5) |
18018 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions