+ Reply to Thread
Results 1 to 7 of 7

Need a ranking tie breaker formula.

  1. #1
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    Need a ranking tie breaker formula.

    Hi I have a list of dates and times, I have tried a number of forumlas to try and rank the data into the correct order.

    Please see the attached sheet for details.

    Thanks

    JD
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Need a ranking tie breaker formula.

    c3=if(B3="","A","date") and drag down.

    After that sort on column A

    And second

    sort on column C

    Then you get the result you want.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Need a ranking tie breaker formula.

    Select both columns and sort by date and time.

    Your 'Desired' columns have an error.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    Re: Need a ranking tie breaker formula.

    Hi thanks for the response, I need a formula to create a ranking number to then produce the order to be listed in columns e and f if possible please.

    Cheers

    JD

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Need a ranking tie breaker formula.

    Your "times" are not time, they are text that looks like time.

    1. Use this in a helper column (which you can hide), and copy down. I used C)...
    C3=A3+IF(B3="",0,TIMEVALUE(B3))
    Then use this for the ranking, copy down and across...
    =INDEX(A$3:A$23,MATCH(SMALL($C$3:$C$23,ROW(A1)),$C$3:$C$23,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Need a ranking tie breaker formula.

    Quote Originally Posted by john dalton View Post
    Hi thanks for the response, I need a formula to create a ranking number to then produce the order to be listed in columns e and f if possible please.
    Aren't the red items below reversed?
    E
    F
    2
    Date Time
    3
    01/28/2014
    4
    03/07/2014
    14:30
    5
    05/02/2014
    6
    05/12/2014
    7
    05/28/2014
    09:00
    8
    07/02/2014
    13:00
    9
    07/31/2014
    11:00
    10
    08/11/2014
    10:30
    11
    08/11/2014
    10:30
    12
    08/12/2014
    10:00
    13
    08/18/2014
    10:30
    14
    08/18/2014
    13:00
    15
    08/19/2014
    09:30
    16
    08/19/2014
    17
    08/20/2014
    18
    08/20/2014
    13:00
    19
    08/21/2014
    13:00
    20
    08/21/2014
    14:00
    21
    08/21/2014
    15:00
    22
    08/26/2014
    11:00
    23
    08/26/2014
    13:00


    Did you try sorting as I suggested?

  7. #7
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Need a ranking tie breaker formula.

    Did you tried my solution in #2.

    I tested it and it will work as your request.

+ 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. ranking using the tie breaker value
    By Debjani in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-01-2014, 12:23 AM
  2. [SOLVED] Ranking with Tie Breaker (Final Rank Needs to be Whole Number)
    By rich_tbone in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-28-2012, 04:07 PM
  3. Ranking Tie Breaker
    By Bryan O in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-27-2012, 04:08 PM
  4. Ranking with 3-way tie breaker
    By BuzzT in forum Excel General
    Replies: 4
    Last Post: 10-30-2011, 11:56 AM
  5. Need tie breaker for ranking
    By BuzzT in forum Excel General
    Replies: 6
    Last Post: 02-08-2011, 01:34 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