PERMUT

Name

PERMUT —
PERMUT(n,k)

Description

The PERMUT function returns the number of permutations. @n is the number of objects, @k is the number of objects in each permutation.

Performing this function on a string or empty cell returns an error.if n or k is non-integer PERMUT returns #VALUE! error. if n = 0 PERMUT returns #NUM! error. if n < k PERMUT returns #NUM! error.

See also

COMBIN