Sample Usage
PERMUTATIONA(4,3)
PERMUTATIONA(A2,A3)
Syntax
PERMUTATIONA(number1, number2)
- number1 - The total number of objects.
- number2 - The number of objects to choose.
Examples
PERMUTATIONA(4,3) returns a value of 64.
PERMUTATIONA(A2,A3) returns all the permutations possible for the arguments specified in A2 and A3.