To calculate the number of permutationswithoutrepetitions, use thePERMUT function.

A permutation is a combination where order matters.

In other words, a permutation is anorderedcombination.

Excel COMBIN function

There are two types of permutations:

The PERMUTATIONA function calculates permutations where repetitionsareallowed.

To calculate permutations where repetitions arenotallowed, use thePERMUT function.

The COMBIN functiondoes notallow repetitions.

Excel COMBINA function

To count combinations thatallowrepetitions, use theCOMBINA function.

COMBINA Function

The Excel COMBINA function returns the number of combinations with repetitionsallowed.

To count combinations thatdo notallow repetitions, use theCOMBIN function.

Excel PERMUT function

The PERMUT functiondoes notallow repetitions.

For example, =FACT(3) returns 6, equivalent to 3 x 2 x 1.

Excel PERMUTATIONA function

Excel FACT function