PERMUTATIONA function
Summary
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)
The PERMUTATIONA function syntax has the following arguments:
• 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.
PERMUTATIONA uses the following equation:
• 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.
PERMUTATIONA uses the following equation:
Example
=PERMUTATIONA(3,2)
=PERMUTATIONA(2,2)
=PERMUTATIONA(2,2)