Provides the number of permutations for a given set of objects that may be chosen from a set of number objects. Any collection or subset of objects or events whose internal order is significant is referred to as a permutation. Permutations vary from combinations in that the internal order is unimportant. This function is useful for calculating lottery-style probability.
Syntax :
=PERMUT(number, number selected)
Parameters :
Example :
To utilise PERMUT, enter the total number of items and “number chosen,” which specifies the number of elements in each combination. For example, to calculate 3-number permutations for the digits 0-9, there are 10 numbers and 3 chosen, hence the formula is:
Ask Your Query