Quintiles - based on sub groups

E_DPSG

Board Regular
Joined
Jul 17, 2008
Messages
82
I am having a brain block this morning. I am trying to break down segments of data into quintiles based on two fields: ColB and ColC.

ColB has a subgroup of East, West, North, South

ColC is a numeric value that the quintile will be based on.

What I am seeking to do is see the quintile ranges based on the East, West, North, South.

I am using PERCENTILE($C$11:$C$2997,0.20), etc to get the quintile of the entire group, but cannot place the match or index in the correct place to get the desired result.

Any advice?
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Try the following formula, which needs to be confirmed with CONTROL+SHIFT+ENTER...

=PERCENTILE(IF($B$11:$B$2997="North",$C$11:$C$2997),0.2)
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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