+ Reply to Thread
Results 1 to 6 of 6

Match fails to distinguish between two identical scores

  1. #1
    Forum Contributor
    Join Date
    01-19-2014
    Location
    United States
    MS-Off Ver
    Excel 365
    Posts
    110

    Match fails to distinguish between two identical scores

    I almost have it, but don't know how to allow for the fact that there are two Index results for Bill because Match did not find George's row. Need another term in my formulas.
    JimGood golfer.xlsx

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2504
    Posts
    13,742

    Re: Match fails to distinguish between two identical scores

    See if this does what you want.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Array enter means the formula must be committed by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.

    Row\Col
    B
    C
    D
    E
    F
    G
    H
    I
    J
    K
    L
    1
    small
    row
    index
    2
    Bill
    68
    75
    68
    74
    285
    269
    1
    2
    Jim K2 :{=INDEX($B$2:$B$10,SMALL(IF($H2=$G$2:$G$10,ROW($B$2:$B$10)-MIN(ROW($B$2:$B$10))+1),COUNTIF($J$2:$J2,$J2)))}
    3
    Jim
    68
    62
    65
    74
    269
    284
    2
    7
    Pete Arrray-entered in K2 and filled down.
    4
    Henry
    74
    74
    69
    71
    288
    285
    3
    1
    Bill
    5
    Zeke
    75
    76
    69
    73
    293
    285
    4
    1
    George
    6
    Bob
    76
    66
    73
    72
    287
    287
    5
    5
    Bob
    7
    Bent
    77
    68
    72
    80
    297
    288
    6
    3
    Henry
    8
    Pete
    65
    69
    73
    77
    284
    292
    7
    9
    Oscar
    9
    George
    69
    70
    70
    76
    285
    293
    8
    4
    Zeke
    10
    Oscar
    70
    72
    71
    79
    292
    297
    9
    6
    Bent

  3. #3
    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
    53,048

    Re: Match fails to distinguish between two identical scores

    Just to clarify...
    MATCH/LOOKUP/H/VLOOKUP all will search for the 1st match they find - and then stop looking.
    Depending on which function you use, and how you set it up, if it cant find a match, it will either return an error, or give you the next lowest answer
    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

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Match fails to distinguish between two identical scores

    I am guessing that you want the golfers ranked from low to high without ties. I added a RANK column (L) with the following formula that breaks ties. This is biased in first encountered first considered.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Cells O2:O21 selected and this formula ARRAY ENTERED (Ctrl + Shift + Enter) This will return the names.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  5. #5
    Forum Contributor
    Join Date
    01-19-2014
    Location
    United States
    MS-Off Ver
    Excel 365
    Posts
    110

    Re: Match fails to distinguish between two identical scores

    Thanks, that works.

  6. #6
    Forum Contributor
    Join Date
    01-19-2014
    Location
    United States
    MS-Off Ver
    Excel 365
    Posts
    110

    Re: Match fails to distinguish between two identical scores

    Thanks, let me think that one through.

+ 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] Semi automatic entry of match scores
    By Vets in forum Excel General
    Replies: 1
    Last Post: 05-19-2015, 12:05 AM
  2. [SOLVED] Top 5 Golf Scores with INDEX/MATCH?
    By anare in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-04-2014, 09:02 PM
  3. array match formula fails but simple match works
    By dimwit in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-06-2014, 07:30 PM
  4. Range.Find function fails to find a match but For loop confirms that match exists
    By 6StringJazzer in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-08-2013, 03:35 PM
  5. match or compare 2 columns to distinguish duplicate data
    By gchauhan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-31-2012, 05:53 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