+ Reply to Thread
Results 1 to 6 of 6

Rankings of % - %'s over 100 same Score of 1

  1. #1
    Registered User
    Join Date
    12-16-2011
    Location
    Columbus
    MS-Off Ver
    Excel 2007
    Posts
    76

    Rankings of % - %'s over 100 same Score of 1

    Please see attached - I am trying to create a ranking formula with all percentages at 100 or above at a Rank of '1' and then the rest of the scores fall into place after that, but am having trouble. Any help is appreciated
    Attached Files Attached Files

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

    Re: Rankings of % - %'s over 100 same Score of 1

    ...so if you have 6 values @ 100% or above they are all ranked 1? What rank is given to the next % - 7? If so then try this formula in B2 copied down

    =IF(A2>=1,1,RANK(A2,$A$2:$A$37))

    or if first rank < 100% should be 2 try this one

    =IF(A2>=1,1,COUNTIFS($A$2:$A$37,">"&A2,$A$2:$A$37,"<1")+2)
    Audere est facere

  3. #3
    Registered User
    Join Date
    12-16-2011
    Location
    Columbus
    MS-Off Ver
    Excel 2007
    Posts
    76

    Re: Rankings of % - %'s over 100 same Score of 1

    Can you apply the formula in my file and re-upload for me - I can't get it to work?

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,702

    Re: Rankings of % - %'s over 100 same Score of 1

    OK, I made 2 different suggestions, take your pick......
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-16-2011
    Location
    Columbus
    MS-Off Ver
    Excel 2007
    Posts
    76

    Re: Rankings of % - %'s over 100 same Score of 1

    In column B - your Rank 1 selection, how come the worst score (0) does not have a Rank of 36 - there are 36 data points?

  6. #6
    Registered User
    Join Date
    12-16-2011
    Location
    Columbus
    MS-Off Ver
    Excel 2007
    Posts
    76

    Re: Rankings of % - %'s over 100 same Score of 1

    Nevermind - there are 2 0's (35 is on their twice) - Thanks for the help

+ 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