Syntax
| Parameter | Description |
|---|---|
| n | Parameter of the PERMUTA function. |
| k | Parameter of the PERMUTA function. |
Examples
PIN with repeats
=PERMUTA(10, 4)
Binary strings
=PERMUTA(2, 8)
Dice outcomes
=PERMUTA(6, 3)
Common Errors
Both arguments must be non-negative integers. Negative values return #NUM!.
Non-numeric arguments return #VALUE!.
Tips
PERMUTA(n,k) = n^k. You could also write =n^k directly, but PERMUTA makes the intent clearer in your spreadsheet.
PERMUTA(10,4)=10,000 vs PERMUT(10,4)=5,040. Allowing repeats greatly increases the number of possibilities.
Character set size raised to password length: PERMUTA(62, 8) shows there are ~218 trillion possible 8-character alphanumeric passwords.
Try PERMUTA in Viztab
Import your data and use PERMUTA with 370+ other formulas. No signup required.
Open Viztab