PERMUT (PQL - xl)
This function returns the number of possible permutations for a specified number of items
- Library: PQL \ Spreadsheet \ Statistical
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
PERMUT(number, number chosen)
Function Arguments
Name | Description | Type | Optional |
number | Number of items; must be greater than 0; if not an integer, the number is truncated | Number |
|
number chosen | Number of items in each possible permutation; must be positive or 0; if not an integer, the number is truncated | Number |
|
Comments
This function is the same as the Microsoft Excel 'PERMUT' function - using the same inputs, logic and outputs.