MULTINOMIAL Function



Description

The MULTINOMIAL function returns the ratio of the factorial of a sum of values to the product of factorials.

Syntax

MULTINOMIAL (number1, [number2] ...)

Arguments

Argument Description Required/Optional
Number1 1 to 255 values for which you want the multinomial. Required
number2, ... Optional

Notes

  • The multinomial is −

    $$MULTINOMIAL\left ( a_1, a_2, \: ..., a_n \right ) = \frac{\left ( a_1+a_2+ \: ...+a_n \right )!}{a_1!a_2!\: ... a_n!}$$

  • If any argument is nonnumeric, MULTINOMIAL returns the #VALUE! error value.

  • If any argument is less than zero, MULTINOMIAL returns the #NUM! error value.

Applicability

Excel 2007, Excel 2010, Excel 2013, Excel 2016

Example

MULTINOMIAL Function
advanced_excel_math_trigonometric_functions.htm
Advertisements