+ Reply to Thread
Results 1 to 5 of 5

Rank Problem

  1. #1
    Registered User
    Join Date
    12-16-2017
    Location
    Somerset, England
    MS-Off Ver
    Microsoft Excel 2010
    Posts
    60

    Rank Problem

    Afternoon all, hopefully a simple question. I have a formula in a column which works out the fastest time that a competitor posts out of several runs and then am trying to get another column to then rank these times from fastest to slowest (which i have achieved). The problem i have is that when i use either of the two formulas below, because the cell i am referencing has a formula in it, the rank formula is showing a 'true' result because the cell in question has something in it (a formula) whereas i need it to remain blank as there isn't a time in it.

    =RANK(V14,$V$11:$V$39,1)
    =IF(V11="","",RANK(V11,$V$11:$V$38)+COUNTIF(V11,$V$11:$V$11)-1)

    Look forward to you thoughts.

    TJ
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,260

    Re: Rank Problem

    Try this:

    =IF(B21=0,"",RANK(B21,$B$21:$B$30,1))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Rank Problem

    Try this in C5:

    =IF(B5=0,"",COUNTIFS($B$5:$B$14,">0",$B$5:$B$14,"<"&B5)+1)

  4. #4
    Registered User
    Join Date
    12-16-2017
    Location
    Somerset, England
    MS-Off Ver
    Microsoft Excel 2010
    Posts
    60

    Re: Rank Problem

    There was me thinking more complex when i needed more simple! Thanks for the easy fix!

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,260

    Re: Rank Problem

    You're welcome!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. [SOLVED] Duplicate Rank Problem
    By Stewy1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-21-2015, 07:04 AM
  2. Rank Function Problem
    By julianna casale in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-13-2014, 10:02 PM
  3. rank function problem
    By Ipinho100 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-15-2013, 04:00 PM
  4. Rank function problem
    By Kolacube in forum Excel General
    Replies: 3
    Last Post: 04-04-2011, 03:39 PM
  5. Rank problem
    By luk in forum Excel General
    Replies: 2
    Last Post: 10-15-2009, 11:27 AM
  6. [SOLVED] rank problem
    By bill gras in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-04-2006, 03:15 AM
  7. Rank & Match Problem
    By Nuno D in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-04-2006, 04:45 AM

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