Return to List of Excel Functions

PERMUT Function – Find # of arrangements in Excel, VBA, & G Sheets

This Tutorial demonstrates how to use the Excel PERMUT Function in Excel returns the number of permutations (Permutation is the number of arrangements in which a certain number of items can be arranged)  for a given number of items.

PERMT Main Function

PERMUT Function Overview

The PERMUT Function returns the number of permutations  for a given number of items.

To use the PERMUT  Excel Worksheet Function, select a cell and type:

PERMUT Function

(Notice how the formula inputs appear)

PERMUT Function Syntax and Inputs:

=PERMUT(number, number_chosen)

number – The total number of items.

number_chosen – The number of items in each combination.

What is permutation?

Permutation is the number of arrangements in which a certain number of items can be arranged. The order is significant. 

PERMUT Function 

Let’s say there are 7 seats and 7 people, the PERMUT Function will returns the number of ways these 7 people can be arranged

=PERMUT(7,7)

PERMUT 01

PERMUT Function – Limited Options

Let’s say we have 7 seats and 5 people that need to be seated. The PERMUT Function will return the number of ways these 5 people can be arranged.

=PERMUT(7,5)

PERMUT 02

PERMUT Function – Limited Items

Let’s say we have 7 seats and 9 people. The PERMUT Function will return a #NUM! error as the number of items are less than available options. 

=PERMUT(7,9)

PERMUT 03

It is unrealistic to arrange 9 people when only 7 seats are available. 

Easy Excel Automation

Add Excel automation to your workbook with just a few clicks.

Learn More

PERMUT in Google Sheets

The PERMUT Function works exactly the same in Google Sheets as in Excel:

PERMT Google Function

Excel Practice Worksheet

practice excel worksheet

Practice Excel functions and formulas with our 100% free practice worksheets!

  • Automatically Graded Exercises
  • Learn Excel, Inside Excel!

Free Download

Return to List of Excel Functions