Results 1 to 4 of 4

Ranking Without Skipping, combined with IF conditions

Threaded View

  1. #1
    Registered User
    Join Date
    01-06-2018
    Location
    Nevada, USA
    MS-Off Ver
    Office 2010
    Posts
    2

    Ranking Without Skipping, combined with IF conditions

    Hi guys and gals,

    First, this site has helped me a lot over the years, and I now regret not signing up sooner so I could give reputation to users who have helped. But thank you all in advance.

    I'm trying to assign ranks by point values in another column. I do not want tied ranks to cause a skip in the ranks (i.e. going from two people tied in rank 4 then going straight to rank 6). However, I also need to implement my IF function to only apply the ranking if there is a name entered in Column A, as the number of participants fluctuates frequently. I have tried several variations of formulas and haven't been able to make any of them work. Any help is greatly appreciated.

    I have simplified my spreadsheet into this sample file with a few of the attempts to show the results.

    In the original form, I get tied values and skipped ranks using the formula:
    =IF($A3<>"",RANK(C3, C$3:C$14, 0),"")
    Sample.PNG

    In Sample 1, I get a #DIV/0! error using the formula:
    =IF($A18<>"",(SUMPRODUCT((C18<C$18:C$29)/COUNTIF(C$18:C$29,C$18:C$29))+1),"")
    Sample1.PNG

    In Sample 2, I get all rankings as #1 using the formula:
    =IF($A33<>"",(SUM(IF(C33>C$33:C$44,1/COUNTIF(C$33:C$44,C$33:C$44)))+1),"")
    Sample2.PNG

    And in Sample 3, I get a completely incorrect ranking with decimals using the formula:
    =IF($A48<>"",(SUMPRODUCT((C48<C$48:C$59)/IF($A48<>"",COUNTIF(C$48:C$59,C$48:C$59),""))+1),"")
    Sample3.PNG

    All suggestions are greatly appreciated.
    (PS: There will ultimately be 7 rank columns being summed and ranked again, and will need to use one of the rank columns as the tie-breaker, if that will matter)
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ranking by Category w/o Skipping Rank
    By aoballer008 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-24-2023, 06:21 PM
  2. Replies: 3
    Last Post: 11-24-2016, 05:26 AM
  3. [SOLVED] Ranking Groups of Combined Positive and Negative Values
    By hammer2 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-24-2016, 04:19 AM
  4. Combined conditions ( Financial )
    By Maria-svensson in forum Excel General
    Replies: 1
    Last Post: 03-19-2016, 07:48 PM
  5. Ranking Visible Cells with Ties without skipping Rank
    By Whoap in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-19-2014, 01:26 PM
  6. Need help on IF and CONDITIONS COMBINED
    By JonaVergara in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-21-2013, 01:29 AM
  7. Toggle Switch To Control Two Formstr Conditions Combined
    By bdb1974 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-08-2009, 12:45 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