The PERMUTATIONA function is one of the statistical functions. It is used to return the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects.
Syntax
PERMUTATIONA(number, number_chosenn)
The PERMUTATIONA function has the following arguments:
Argument | Description |
---|
number | A number of items in the set, a numeric value greater than or equal to 0. |
number_chosen | A number of items in one permutation, a numeric value greater than or equal to 0 and less than number. |
Notes
How to apply the PERMUTATIONA function.
Examples
The figure below displays the result returned by the PERMUTATIONA function.
