Excel Percentile function versus Average using Pivot

rialtmann

New Member
Joined
Nov 10, 2014
Messages
3
Hi there,

I've done a bit of searching on the forum first so I dont duplicate but couldnt find an answer to the following:

I needed quartiles for a larger dataset of salaries and used the percentile function for that. In the process I also the 50th percentiel just for fun and found that it was very different to the pivot average (using the same criteria)

Here is the function I use:

=PERCENTILE(IF(('Master using EL'!$E$5:$E$4815=1)*('Master using EL'!$S$5:$S$4815="No")*('Master using EL'!$M$5:$M$4815='Calculations Quartile'!$A$3),'Master using EL'!$Z$5:$Z$4815,""),$B3/100)

Where B3 is either 25, 50, or 75.

Am I making a logical mistake in thinking that percentile 50 should be equal to the average?

Cheers
Ronja
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
say you have 100 employees 99 earn 1000 dollars 1 earns 100,000 dollars....

average is clearly misleading so choose between median and mode - then see if you can answer your own question
 
Upvote 0
Thanks for you answer. I am obviously confused by the actual definition of 50th percentile within excel. Would that be the median? Maybe thats where my thinking went wrong.
 
Upvote 0
yes 50th percentile and median are both defined as "half the results( in ascending order) are below here..................
 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,831
Members
449,190
Latest member
rscraig11

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top