| PERMUTATIONA | 
| PERMUTATIONA(number, number_chosen) | 
| Returns the number of permutations for a subset of objects or events (with repetition). | 
| number | The total number of items. | 
| number_chosen | The number of items in each permutation. | 
| REMARKS | 
| * If "number" is not numeric, then #VALUE! is returned. * If "number_chosen" is not numeric, then #VALUE! is returned. * You can use the COMBIN function to return the number of combinations for a given number of items. * You can use the COMBINA function to return the number of combinations for a given number of items (with repetition). * You can use the MULTINOMIAL function to return the number of permutations for a given number of items (with duplicates). * You can use the PERMUT function to return the number of permutations (without repetition). * This function was added in Excel 2013. * For the Microsoft documentation refer to support.microsoft.com | 
| 
 | 
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top