TRUECALC
Functions

MULTINOMIAL

Multinomial coefficient of given arguments

Try it

When to use it

When would I use MULTINOMIAL in a spreadsheet?

Use MULTINOMIAL to compute the number of ways to partition a set into ordered groups — useful in combinatorics, probability models, and quality-control sampling scenarios.

Used in

science

Syntax

MULTINOMIAL(value1,...)

Examples

=MULTINOMIAL(1,2,3) // => 60
=MULTINOMIAL(5) // => 1

On this page