PercentilesCalculation.iok | 261K | |
Normal Distribution dataset.xlsx | 810K |
[RankHeight] = RANK([Height(Inches)])
[BucketHeight] = ([Percentile]/100)*ALLRECORDCOUNT+.5
[PercentileGroup]=
IF(([RankHeight]/[BucketHeight]-INTFLOOR( [RankHeight]/[BucketHeight]))=0,
[RankHeight]/[BucketHeight],
INTFLOOR( [RankHeight]/[BucketHeight])+1)
It looks like you're new here. If you want to get involved, click one of these buttons!