PERMUTATIONA

PERMUTATIONA the number of permutations of y objects chosen from x objects with repetition allowed

Synopsis

PERMUTATIONA(x,y)

Arguments

x: total number of objects

y: number of selected objects

Note

If both x and y equal 0, PERMUTATIONA returns 1. If x < 0 or y < 0, PERMUTATIONA returns #NUM! If x or y are not integers, they are truncated

OpenDocument Format (ODF) Compatibility

This function is OpenFormula compatible.

See also

POWER.