PERMUT Function

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 :

  • There is a number required. An integer indicating the number of items.
  • Number chosen Required. The number of items in each permutation is represented by an integer.

Step By Step Guide of PERMUT Function

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:

  • Both parameters have been reduced to integers. PERMUT returns the #VALUE! error value if number or number chosen is nonnumeric.
  • If number 0 or number chosen 0 is returned, PERMUT returns the #NUM! error value.
  • PERMUT returns the #NUM! error value if number number chosen.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now