create decile segments

rbrem

New Member
Joined
Sep 27, 2011
Messages
5
Hi,
I have a dataset with 3890 individual rows, sorted ascendingly by dollar amount. Each row is counted as one purchase. I want to create a formula that splits the data into deciles, or 10 equal groups of 389 purchases. For example, 1-389 is declie 1, 390-778 is decile 2, etc. I want to be able to write this formula once and copy it the whole way down. Thank you.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Thank you for your reply. The formula works for the first 10 rows, then I get a #NUM error for every row after that.
 
Upvote 0
How about ...

=INT((ROWS($A$1:A1) - 1) * 10 / ROWS($A$1:$A$3890))+1

... copied down.
 
Upvote 0
I have the same issue but with % instead of whole $ numbers and the function didn't work.

Column A has a person's name, column B has a % of their quota they hit. I'm trying to break the entire sales org into deciles. Any thoughts or suggestions?
 
Upvote 0
Ah, never mind. I forgot to change the # of rows. Got it thanks!
 
Upvote 0
Actually, another question... if I were to break it down into quartiles, do I just change the 10 to a 4 and that's it?
 
Upvote 0

Forum statistics

Threads
1,224,591
Messages
6,179,768
Members
452,940
Latest member
rootytrip

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