Good Morning,
I'm trying to get a percentrank function recognize multiple variables in one column. Is there an array formula that can bring this formula all the way to the bottom as I'm working with a much larger data set.
In the percentrank column, I'm looking to place some type of formula that will calculate the percentile group of each store for that particular color. For example store 3 is in the 70th percentile group for red sales, but it is in the 30th percentile group for blue sales.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Store[/TD]
[TD]Color[/TD]
[TD]Sales[/TD]
[TD]Percentrank[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Red[/TD]
[TD]50[/TD]
[TD]=+PERCENTRANK($C$2:$C$6,C2,1)[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Red[/TD]
[TD]55[/TD]
[TD].5[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Red[/TD]
[TD]60[/TD]
[TD].7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Red[/TD]
[TD]75[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Red[/TD]
[TD]15[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Blue[/TD]
[TD]81[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Blue[/TD]
[TD]68[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Blue[/TD]
[TD]48[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Blue[/TD]
[TD]76[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Blue[/TD]
[TD]21[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to get a percentrank function recognize multiple variables in one column. Is there an array formula that can bring this formula all the way to the bottom as I'm working with a much larger data set.
In the percentrank column, I'm looking to place some type of formula that will calculate the percentile group of each store for that particular color. For example store 3 is in the 70th percentile group for red sales, but it is in the 30th percentile group for blue sales.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Store[/TD]
[TD]Color[/TD]
[TD]Sales[/TD]
[TD]Percentrank[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Red[/TD]
[TD]50[/TD]
[TD]=+PERCENTRANK($C$2:$C$6,C2,1)[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Red[/TD]
[TD]55[/TD]
[TD].5[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Red[/TD]
[TD]60[/TD]
[TD].7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Red[/TD]
[TD]75[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Red[/TD]
[TD]15[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Blue[/TD]
[TD]81[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Blue[/TD]
[TD]68[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Blue[/TD]
[TD]48[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Blue[/TD]
[TD]76[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Blue[/TD]
[TD]21[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]