Segmenting and assigning group numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list of 750 ranked names; a column to their left is numbered 1 -
750. In another column I want to assign each name a number representing it's
decile ranking. For example, the first 75 names get a "1", 76-150 get a "2",
etc. I don't want to simply do it manually because the number of names and
the number of segments may change.

How can I get excel to check the name's # and assign the correct decile #?

Thank you
 
If A1 contained the first number:

=INT((A1-1)/75)+1

And drag down.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top