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