PERMUTATIONA
The PERMUTATIONA
function in Google Sheets returns the number of permutations for selecting a group of objects (with replacement) from a total number of objects.
Function Syntax and Parameters
Syntax: PERMUTATIONA(number, number_chosen)
Parameters:
number
: The total number of objects to choose from.number_chosen
: The number of objects to choose.
Step-by-Step Tutorial
- Using
PERMUTATIONA
to calculate permutations:- Example:
=PERMUTATIONA(5, 3)
- Result:
60
- Example:
Use Cases and Scenarios
- Probability Calculation: Find the number of ways to arrange a group from a larger set.
- Combinatorics: Determine the number of possible arrangements in a game or puzzle.
- Sampling: Calculate the number of possible combinations when selecting objects.
Related Functions
- None
Related Articles
- None