# MULTINOMIAL

## Content

This function calculates the ratio of the factorial of a sum of values to the product of factorials.

## Syntax

`MULTINOMIAL(number1, [number2], ...)`

## Arguments

<span data-teams="true" style="box-sizing: content-box; margin: 0px; padding: 0px; transition: filter 0.5s ease-in-out; line-height: 25.6px;">This function has these arguments:</span>

| <span data-teams="true" style="box-sizing: content-box; margin: 0px; padding: 0px; transition: filter 0.5s ease-in-out; line-height: 25.6px;">Argument</span> | <span data-teams="true" style="box-sizing: content-box; margin: 0px; padding: 0px; transition: filter 0.5s ease-in-out; line-height: 25.6px;">Description</span> |
| -------- | ----------- |
| <span data-teams="true" style="box-sizing: content-box; margin: 0px; padding: 0px; transition: filter 0.5s ease-in-out; line-height: 25.6px;"> </span>*<span data-teams="true" style="box-sizing: content-box; margin: 0px; padding: 0px; transition: filter 0.5s ease-in-out; line-height: 25.6px;">Number1, number2, ...</span>* | <span data-teams="true" style="box-sizing: content-box; margin: 0px; padding: 0px; transition: filter 0.5s ease-in-out; line-height: 25.6px;"> </span>Number1 is required, subsequent numbers are optional. 1 to 255 values for which you want the multinomial. |

## Remarks

If an array or reference argument contains text, logical values, or empty cells, the function ignores those values; however, the function includes in calculations cells with the value zero.

## Examples

`MULTINOMIAL(D5,D6,D7,D8)`
`MULTINOMIAL(R5C4,R6C4,R7C4,R8C4)`
`MULTINOMIAL(1,2,3)` gives the result 60