+ Reply to Thread
Results 1 to 4 of 4

ABC Analysis "How to create a formula to letter rank cells based on percentages"

  1. #1
    Registered User
    Join Date
    12-15-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    8

    Red face ABC Analysis "How to create a formula to letter rank cells based on percentages"

    I need a formula in column "F" that automaticly determines the ABC Ranking based on the following percentages from column "E"

    From the top down...

    A=the first 80%
    B=the next 14%
    C=the next 4%
    D=the next 1%
    DEAD=all 0%

    Basicly the top 80% needs to display "A"
    the next 14% should display "B" then 4% "C" and so on...

    I have attached a file where I manually entered the Ranking in column "F" to display the desired results. Column
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: ABC Analysis "How to create a formula to letter rank cells based on percentages"

    Perhaps this in F2 and filled down

    =LOOKUP(PERCENTRANK($D$2:$D$48,D2),{0,0.01,0.04,0.14,0.8},{"Dead","D","C","B","A"})

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: ABC Analysis "How to create a formula to letter rank cells based on percentages"

    Try this in F2 and copy down. Workbook attached.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    12-15-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    8

    Re: ABC Analysis "How to create a formula to letter rank cells based on percentages"

    Works! Thank you!

+ 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. Replies: 1
    Last Post: 08-15-2014, 06:00 AM
  2. Macro to Create "portable" Hyperlinks to Files in Current folder WITHOUT Drive letter?
    By whywhybother in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-02-2013, 12:51 PM
  3. A "report card" spreadsheet based on percentages
    By jawnmallon in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-10-2013, 02:04 PM
  4. Replies: 2
    Last Post: 09-29-2010, 03:28 PM
  5. Changing first letter to caps, letters after "-" and "/", and rest to small letter.
    By rhexis07 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-17-2008, 08:03 PM

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