Returns the number of ordered permutations for a specified number of objects to be selected from the given number of objects, allowing repetitions.
Syntax
n: The total number of objects. Eg., 10
Examples
Formula | Result |
=PERMUTATIONA(A2;B2) | 100 |
=PERMUTATIONA(A3;B3) | 6250000 |
=PERMUTATIONA(A4;B4) | 1.708594E15 |
Possible Errors
Errors | Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
#NUM! |
|
Similar Functions