PERMUTATIONA
Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects
Syntax
PERMUTATIONA(number, number_chosen)
Parameters
- number: Required. An integer that describes the total number of objects
- number_chosen: Required. An integer that describes the number of objects in each permutation
Example
=PERMUTATIONA(3, 2)