Aryaprakash
New Member
- Joined
- Oct 29, 2017
- Messages
- 2
I want to know how to calculate percentile for a large data set. I have to calculate percentiles of 5th,10th,20th,30th,40th,50th,60th,70th,75th,80th,90th and 95th for a known value of data lets say.
1.456
1.234
1.457
1.453
1.789
1.670
1.543
1.234
1.342
1.568
I can do this by putting the formula like example=PERCENTILE.INC(IF(B:B=F3,A:A),0.05) for 5th-95th.
I want to do it for 50 states and 5 territories. That means I have to do it manually every time for each state and each territory. Is there a way in excel where I can put the formula and calculate the same thing faster for 50+5 times without doing it manually?
1.456
1.234
1.457
1.453
1.789
1.670
1.543
1.234
1.342
1.568
I can do this by putting the formula like example=PERCENTILE.INC(IF(B:B=F3,A:A),0.05) for 5th-95th.
I want to do it for 50 states and 5 territories. That means I have to do it manually every time for each state and each territory. Is there a way in excel where I can put the formula and calculate the same thing faster for 50+5 times without doing it manually?