PERMUT
Returns the number of ways to choose some number of objects from a pool of a given size of objects, considering order.
Sample Usage
PERMUT(4,2)
PERMUT(A2,B2)
Syntax
PERMUT(n, k)
-
n- The size of the pool of objects to choose from. -
k- The number of objects to choose.
Notes
PERMUTis the standard combinatorics function typically notated nPk. This is similar toCOMBINexcept in permutations, the order of selection is considered rather than simply the resultant selected subset.
See Also
MULTINOMIAL: Returns the factorial of the sum of values divided by the product of the values' factorials.
FACTDOUBLE: Returns the "double factorial" of a number.
FACT: Returns the factorial of a number.
COMBIN: Returns the number of ways to choose some number of objects from a pool of a given size of objects.
Examples
Mary is a Docs & Drive expert and author of this help page. Leave her feedback below about the page.
Was this article helpful?
How can we improve it?