permutations

Type: External

Group: general

Syntax

answer = PERMUTATIONS(items, total)

Description

Returns the number of permutations when taking count items from a set of total items.

Notes

Examples

PERMUTATIONS(3,5) = 60 PERMUTATIONS(3,6) = 120

See Also

combinations