+ Reply to Thread
Results 1 to 2 of 2

ranking w/ duplicates

  1. #1
    Registered User
    Join Date
    12-05-2010
    Location
    LA, CA
    MS-Off Ver
    Excel 2010
    Posts
    59

    ranking w/ duplicates

    If I have the following items I want to rank:

    untitled.JPG

    Right now, I have it where 98.95% is ranked 10th because of the 9 #1 spots ahead of it. How do I make it where 98.95% will be ranked 2nd? Here's an example of my formula in one of the cells: =IF(G99>1,1,RANK(G99,G$99:G$114,0))

    Thanks,
    Jane

  2. #2
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: ranking w/ duplicates

    Hi

    Try this
    =IF(G99>1,1,SUM(INDEX(($G99<$G$99:$G$114)/COUNTIF($G$99:$G$114,$G$99:$G$114),0))-3)
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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