+ Reply to Thread
Results 1 to 3 of 3

Ranking Duplicates and not counting 0's

  1. #1
    Registered User
    Join Date
    06-05-2017
    Location
    Missouri
    MS-Off Ver
    2013
    Posts
    62

    Red face Ranking Duplicates and not counting 0's

    Hello,

    I have been trying to figure out how to recount/reorder data. After, reading and reading it appears the ranking is the best way to go about what I am trying to do.

    With that said, how can I Rank the attached spreadsheet. I

    Column A is the data to 'rank', Column D is the results, and I left column B for a formula that I have spent loads of amount of time figuring out.

    I said 0's in the title but I meant to say the work "all"

    Thanks in advance for your help!
    Attached Files Attached Files
    Last edited by gilpin004; 01-29-2018 at 05:27 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Ranking Duplicates and not counting 0's

    Try this array formula in row 2

    =IF(ISNUMBER(A2),SUM(IF(FREQUENCY(IF(ISNUMBER(A$2:A$27),IF(A$2:A$27<A2,A$2:A$27)),A$2:A$27),1))+1,A2)

    confirm with CTRL+SHIFT+ENTER and copy down

    That gives me the same results as you showed in your "expected results" column

    see attached
    Attached Files Attached Files
    Last edited by daddylonglegs; 01-29-2018 at 05:37 PM.
    Audere est facere

  3. #3
    Registered User
    Join Date
    06-05-2017
    Location
    Missouri
    MS-Off Ver
    2013
    Posts
    62

    Re: Ranking Duplicates and not counting 0's

    That works! Thank you so much!! You're life saver!

+ 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. Conditional ranking without duplicates?
    By Bundi999 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-15-2017, 02:13 PM
  2. Dealing with duplicates in ranking
    By Johnmus in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-28-2015, 02:11 PM
  3. Ranking values and ranking duplicates the same rank
    By 302arpks in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 03-05-2015, 01:50 PM
  4. [SOLVED] Ranking with Duplicates
    By andrewc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-25-2013, 08:03 AM
  5. ranking w/ duplicates
    By janeml in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-12-2013, 07:02 PM
  6. [SOLVED] ranking without duplicates
    By luke11111 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-01-2013, 09:15 AM
  7. Replies: 6
    Last Post: 06-01-2010, 06:19 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