PERMUT function

Category: Statistical
Introduced: Excel 2003

Summary

Returns the number of permutations for a given number of objects

Syntax

PERMUT(number, number_chosen) The PERMUT function syntax has the following arguments:
• Number Required. An integer that describes the number of objects.
• Number_chosen Required. An integer that describes the number of objects in each permutation.

Example

=PERMUT(A2,A3)
=PERMUT(3,2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/permut-function-3bd1cb9a-2880-41ab-a197-f246a7a602d3

Back to Functions