PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (2024)

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (1)

Article byPradeep S

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (2)

Reviewed byMadhuri Thakur

Updated May 3, 2023

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (3)

PERCENTILE in Excel

For Percentile calculation, we have a function in Excel with the same name. The percentile function is used for calculating the nth percentile of any set of values below, which given the percentage of observations of the selected set of values, falls. Suppose we have 10 numbers, for which we calculate the percentile at the 5th value, then we will get the percentile below the selected Kth value.

ADVERTIsem*nT Popular Course in this categoryMICROSOFT EXCEL - Specialization | 36 Course Series | 13 Mock Tests

Difference between Percentile & percentage function

Percentage function

The exam reflects how well you have done in the exam as an individual; the percentage score is calculated based on the below-mentioned formula.

Percentage = Marks scored/Total score x 100 e.g. If marks are 80, 80/100 x 100 = 80%

Excel Percentile Function

Percentile is a measure of your performance relative to others; it also depends on the other students’ scores.

Percentile = Number of students who scored less than you/Total number of students x 100

If your score or mark is 60th out of 100 students, your score is better than 60 people’s; hence, your percentile is 60%ile. Here it indicates what percent of students you are ahead of, including yourself.

When you enter the PERCENTILE function in the Excel cell, two variants of the Percentile function appear PERCENTILE.EXC and PERCENTILE.INC function. (Explained on next page)

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (4)

  • From Excel 2010 onwards, the Percentile function is replaced by PERCENTILE.EXC and PERCENTILE.INC function.
  • Excel Percentile function reports scores in exams or tests, like GRE, GMAT, and other entrance exams.
  • PERCENTILE.INC is an updated version that is most commonly used to calculate percentile
  • PERCENTILE.INCis used as both worksheet function & VBA function in Excel

PERCENTILE Formula in Excel

Below is the Excel PERCENTILE Formula:

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (5)

The Excel Percentile function has the below-mentioned argument

Array (Compulsory or required argument): The array of data values for which you want to calculate the Kth percentile.

K (Compulsory or required argument): It is the percentile value you are looking for or the Value of the required percentile (It is either between 0% and 100% or between 0 and 1)

e.g. if you wanted to find out the value for the 60th percentile, you would use “0.6” as your percentile value. (Note: K is any percentage expressed as a decimal, such as 0.20 for 20%)

PERCENTILE.INC (INC is inclusive): means the value of k is within the range 0 to 1. Inclusive; when the value of K is zero to one, you will get a result.

PERCENTILE.EXC (EXC is exclusive): The value of k is within the range of 0 to 1 exclusive. An error occurs if you use a value of K, which is outside the valid range for the data set.

How to use PERCENTILE Function in Excel?

PERCENTILE Function is very simple to use. Let us now see how to use the PERCENTILE function in Excel with the help of some examples.

You can download this PERCENTILE Function Excel Template here –PERCENTILE Function Excel Template

PERCENTILE in Excel – Example #1

PERCENTILE Function To Calculate 95th Percentile In Entrance Exam

The table below contains the student’s name in column B (B8 to B24) & Their score in column C (C8 to C24). I need to find out the score for the 95th percentile

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (6)

Let’s apply the PERCENTILE function in cell “E8”. Select the cell “E8”. where the PERCENTILE function needs to be applied.

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (7)

Click the insert function button (fx) under the formula toolbar; the dialog box will appear, type the keyword “PERCENTILE” in the search for a function box, and the PERCENTILE function will appear in the Select a function box. Three options appear in the select a function box, i.e. PERCENTILE, PERCENTILE.EXC and PERCENTILE.INC function. The PERCENTILE function was previously used for Excel 2007 & earlier versions. So, you need to select PERCENTILE.INC function. (The value of k is within the range 0 to 1 inclusive). Double-click on PERCENTILE.INC.

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (8)

A dialog box appears where arguments for PERCENTILE.INC function needs to be filled or entered, i.e. =PERCENTILE (array, k)

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (9)

i.e. =PERCENTILE.INC(C8:C24,0.95) Here, the score data is present in the range (C8 to C24) for which we need to apply PERCENTILE.INC function

To enter the Array argument, click inside cell C8 to see the cell selected, then Select the cells until C24. So that column range will get selected, i.e. C8:C24

K, it is the percentile value we are looking for. Here I need to find out the value for the 95th percentile so that I will use “0.95” as the percentile value. (K is any percentage expressed as a decimal, i.e. 0.95 for 95%) Click ok.

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (10)

After entering both arguments. =PERCENTILE.INC (C8:C24,0.95), i.e. returns the score for the 95th percentile, i.e. 93.6, as a result in the cell E8. 95th percentile falls between 93 & 96. Excel has interpolated between 93 to 96 scores to produce the result 93.6.

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (11)

PERCENTILE in Excel – Example #2

PERCENTILEFunction To Calculate 90th Percentile In Entrance Exam

The below-mentioned table below contains the student’s names in column G (G6 to G20) & their GRE score in column H (H6 to H20). I need to find out the score for the 90th percentile

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (12)

Let’s apply PERCENTILE.INC function in cell “J8”. Select the cell “J8”. where PERCENTILE. INC function needs to be applied.

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (13)

Click the insert function button (fx) under the formula toolbar; the dialog box will appear; type the keyword “PERCENTILE.INC” in the search for a function box, PERCENTILE.INC function will appear to select a function box. Double-click on PERCENTILE.INC.

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (14)

A dialog box appears where arguments for PERCENTILE.INC function needs to be filled or entered, i.e. =PERCENTILE (array, k)

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (15)

i.e. =PERCENTILE.INC(H6:H20,0.90) Here, the score data is present in the range (H6 to H20) for which we need to apply PERCENTILE.INC function

To enter the Array argument, click inside cell H6 to see the cell selected, then Select the cells till H20. So that column range will get selected, i.e. H6:H20

K, it is the percentile value we are looking for. Here I need to find out the value for the 90th percentile. So, I will use “0.90” as the percentile value. (K is any percentage expressed as a decimal, i.e. 0.90 for 90%) Click ok.

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (16)

After entering both arguments. =PERCENTILE.INC(H6:H20,0.90), i.e. returns the score for the 90th percentile, i.e. 95.6 as a result in the cell J8. 90th percentile falls between 95 & 96. Excel has interpolated between 95 to 96 score to produce the result of 95.6

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (17)

Things to Remember

In the percentile function, one can also input an individual number and an array argument using the below format.

=PERCENTILE({6,8,10,12}, 0.35)

If the nth_percentile or k value is not numeric (Non-numeric), then the PERCENTILE function will return the #VALUE! Error.

If the nth_percentile or k value is less than 0 or greater than 1, then the PERCENTILE function will return the #NUM! Error.

If the supplied array argument is empty, then also #NUM! error occurs

Recommended Articles

This has been a guide to the Excel PERCENTILE function. Here we discuss the PERCENTILE Formula and how to use the PERCENTILE function in Excel, along with practical examples and a downloadable Excel template. You can also go through our other suggested articles –

  1. AGGREGATE Function in Excel
  2. Calculate Percentage Increase in Excel
  3. Excel Percentage Difference
  4. Excel Evaluate Formula

ADVERTIsem*nT

MICROSOFT POWER BI - Specialization | 8 Course Series 34+ Hours of HD Videos 8 Courses Verifiable Certificate of Completion Lifetime Access4.5

ADVERTIsem*nT

Excel Mastery for Data Analysis and Business Intelligence - Specialization | 24 Course Series | 10 Mock Tests 128 of HD Videos 24 Courses Verifiable Certificate of Completion Lifetime Access4.5

ADVERTIsem*nT

all.in.one: FINANCE - 750+ Courses | 6133+ Hrs | 40+ Specializations | Tests | Certificates 6133+ Hours of HD Videos 40+ Learning Paths 750+ Courses 40+ Projects Verifiable Certificate of Completion Lifetime Access4.9

ADVERTIsem*nT

Primary Sidebar

");jQuery('.cal-tbl table').unwrap("

");jQuery("#mobilenav").parent("p").css("margin","0");jQuery("#mobilenav .fa-bars").click(function() {jQuery('.navbar-tog-open-close').toggleClass("leftshift",7000);jQuery("#fix-bar").addClass("showfix-bar");/*jQuery(".content-sidebar-wrap").toggleClass("content-sidebar-wrap-bg");jQuery(".inline-pp-banner").toggleClass("inline-pp-banner-bg");jQuery(".entry-content img").toggleClass("img-op");*/jQuery("#fix-bar").toggle();jQuery(this).toggleClass('fa fa-close fa fa-bars');});jQuery("#mobilenav .fa-close").click(function() {jQuery('.navbar-tog-open-close').toggleClass("leftshift",7000);jQuery("#fix-bar").removeClass("showfix-bar");jQuery("#fix-bar").toggle();jQuery(this).toggleClass('fa fa-bars fa fa-close');/*jQuery(".content-sidebar-wrap").toggleClass("content-sidebar-wrap-bg");jQuery(".inline-pp-banner").toggleClass("inline-pp-banner-bg");jQuery(".entry-content img").toggleClass("img-op");*/});});

PERCENTILE in Excel (Formula, Examples) | How to Use PERCENTILE? (2024)
Top Articles
Latest Posts
Article information

Author: Melvina Ondricka

Last Updated:

Views: 6732

Rating: 4.8 / 5 (48 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Melvina Ondricka

Birthday: 2000-12-23

Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

Phone: +636383657021

Job: Dynamic Government Specialist

Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.