PERMUT function is a built-in function in Excel categorized under Statistical Functions. It can be used as a worksheet (WS) function in Excel. As a worksheet function, PERMUT function can be entered as part of a formula in a cell.
How to use PERMUT function in MS Excel
Unlock Excel's Potential with PERMUT Function
1. Syntax of PERMUT Function
This function returns the number of permutations of a given set of objects. Permutations are subsets of the set of values where the positions and the number of elements in the permutations are different.
PERMUT(number, number_chosen)
Here's what they mean:
- Number: An integer determining the number of objects, it's a required parameter.
- Number_chosen: An integer determining the number of objects in a permutation, it's a required parameter.
2. Key Points when Using PERMUT Function
- If Number, Number_chosen aren't integers -> they're rounded to the nearest integer.
- If Number, Number_chosen aren't numeric -> function returns #VALUE!
- If Number is less than Number_chosen -> function returns #NUM!
- If Number ≤ 0 or Number_chosen < 0 -> function returns #NUM!
3. Illustrative Examples
Calculate the number of permutations of a given set of objects that can be chosen from the total number of objects with specific information as shown in the spreadsheet image below:
Step 1: Enter the formula syntax at cell C3 as follows:
Step 2: Press the Enter key to get the calculation result:
Step 3: Copy the formula down to the cell below to get the corresponding result:
In case Number is smaller than Number_chosen , the PERMUT function will result in an error #NUM! as shown in the spreadsheet image below:
- If Number ≤ 0 or Number_chosen < 0 -> the function returns an error value #NUM!
If Number, Number_chosen aren't numeric -> the function returns an error value #VALUE!
The article above just guided you on how to use PERMUT Function in Excel. This function calculates the number of permutations of a given set of objects in MS Excel. Hopefully, this article will be helpful for you in your work and study.
Furthermore, it's advisable to explore and refer to other fundamental functions in Excel that Mytour has previously introduced and shared, to review and reinforce formulas as well as usage of functions in Excel.