+ Reply to Thread
Results 1 to 3 of 3

Identifying top 33%, middle 33%, and bottom 33%

  1. #1
    Registered User
    Join Date
    08-18-2013
    Location
    new jersey
    MS-Off Ver
    Excel 2010
    Posts
    24

    Identifying top 33%, middle 33%, and bottom 33%

    Hello!

    Can anyone help me figure out a formula that will give a column a "1" if the ranked column next to it is the top 33% of cells, a "2" if the rank is the middle 33%, and a "3" if the rank is the bottom 33%. The number inside the cell is not important anymore, I just need to know the rank (for example there may be 9 rows, I want to identify the first 3 cells as a "1", middle 3 as a "2", and bottom as a "3".

    I can not use conditional formatting to use the icon because I need this number to come back to a control tab through an index match. (unless somebody knows how to bring the icons to the control tab)

    I am trying to see what are the top, middle, and bottom iteams within a spreadsheet. To rank the items I created a power rank, but am now stuck on how to break up the items into 33%s.The document also has 100 tabs that I will need to apply this formula too.

    Thanks!

  2. #2
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2007 and Excel 2010
    Posts
    1,429

    Re: Identifying top 33%, middle 33%, and bottom 33%

    Hi,

    Suppose your rankings are in column B (from rows 1 to 9), then in cell C1 enter the formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    and drag it down column C as far as is necessary.

    Hope this helps

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Identifying top 33%, middle 33%, and bottom 33%

    Assuming the example reference cells are in column A put this formula in B1, then copy down:

    Correction:
    =CEILING(RANK(A1,$A:$A)/(COUNT($A:$A)/3),1)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Formula to return value for top, middle, bottom % values
    By brianjluke in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-13-2013, 03:05 PM
  2. Calculations for First 33%, Middle 33-67%, Bottom >67% of cells
    By DexterG in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-07-2013, 11:28 AM
  3. Move Caption In Textbox to Middle and bottom
    By Macdave_19 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-11-2008, 04:20 AM
  4. [SOLVED] Get Top X,Middle Y,Bottom Z percent Records
    By Bala in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-02-2006, 08:10 AM
  5. Identifying bottom of list
    By T De Villiers in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 09-06-2005, 09:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1