+ Reply to Thread
Results 1 to 10 of 10

Retrieving the Darts Player Who Scored the Highest Peg

  1. #1
    Registered User
    Join Date
    03-24-2010
    Location
    Albany, Western Australia
    MS-Off Ver
    Excel 2013
    Posts
    16

    Retrieving the Darts Player Who Scored the Highest Peg

    Hi,
    I'm trying to find a formula to retrieve the score of the darts player who scored the highest peg of the night. Have tried a couple of the,Index, Search, Max formulas posted here with a couple of minor adjustments, but can't get the result I require.

    Have tried to attach a copy of the file, but for some reason that part of additional options is not loading properly.

    P.S. Is there a virus on the site? my AV keeps giving me a warning!!
    Last edited by Ghostcoy; 04-09-2010 at 12:03 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Retrieving the Darts Player Who Scored the Highest Peg

    The site is being fiddled with by the owners - hence nothing's working properly (and the AV warning I suspect) - I'm afraid due to customary lack of communication no-one here has any idea what they're doing and truth be told we're not sure they do either.

    In terms of what you want to do... assume names in A and scores in B, name of highest score:

    =INDEX(A:A,MATCH(MAX(B:B),B:B,0))

    modify ranges to suit of course

  3. #3
    Valued Forum Contributor
    Join Date
    08-23-2009
    Location
    Hampshire, UK
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    328

    Re: Retrieving the Darts Player Who Scored the Highest Peg

    Hi Ghostcoy

    I think there is a problem with the site today. I've looked at the file you attached yesterday and I think you can use the following array formula in X45 and copied down.

    =MAX(IF($C$57:$BE$57=$B45,$C$36:$BE$36))

    You need to unmerge the cells first and press Control - Shift - Enter to confirm the formula.

    Merged cells are best avoided and you can achieve the same visual effect by selecting the 2 (or more) cells then Format Cells - Horizontal - Centre across selection.

  4. #4
    Registered User
    Join Date
    03-24-2010
    Location
    Albany, Western Australia
    MS-Off Ver
    Excel 2013
    Posts
    16

    Re: Retrieving the Darts Player Who Scored the Highest Peg

    Hi DonkeyOte

    Have tried that formula, I posted this same question at the link below, Yesterday also attached a copy of my file.

    The site was running fine then!!!!

    http://www.excelforum.com/attachment...ats-sheet.xlsm

  5. #5
    Valued Forum Contributor
    Join Date
    08-23-2009
    Location
    Hampshire, UK
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    328

    Re: Retrieving the Darts Player Who Scored the Highest Peg

    Sorry - my formula gives the highest peg for each player. You can then use DonkeyOte's formula to get the name of the highest of these in another cell.

    =INDEX(B45:B52,MATCH(MAX(X45:X52),X45:X52,0))

  6. #6
    Registered User
    Join Date
    03-24-2010
    Location
    Albany, Western Australia
    MS-Off Ver
    Excel 2013
    Posts
    16

    Re: Retrieving the Darts Player Who Scored the Highest Peg

    Hi Huron

    Just tried the formula you sudjested to no avail, copied & pasted down the column, and got the same result in each cell, (TRUE), not the result in only the one cell that matches.

    Thanks anyway!!

  7. #7
    Valued Forum Contributor
    Join Date
    08-23-2009
    Location
    Hampshire, UK
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    328

    Re: Retrieving the Darts Player Who Scored the Highest Peg

    Are you sure you typed it correctly? I don't see how a MAX formula can return TRUE

  8. #8
    Registered User
    Join Date
    03-24-2010
    Location
    Albany, Western Australia
    MS-Off Ver
    Excel 2013
    Posts
    16

    Re: Retrieving the Darts Player Who Scored the Highest Peg

    Hi Huron

    Yes mate I entered correctly, I copy and pasted both formulas.

    =MAX(IF($C$57:$BE$57=$B45,$C$36:$BE$36)) gave me an answer of TRUE in all cells.
    And.
    =INDEX(B45:B52,MATCH(MAX(X45:X52),X45:X52,0)) gave me an answer of 0 in all cells.
    If I enter
    =MAX($C$57:$BE$57,$B45,$C$36:$BE$36) this gives me an answer of 68 in all cells, just can't quite get it to pick between players, even though I've changed $B45 to $B46 and so on down the column.

  9. #9
    Valued Forum Contributor
    Join Date
    08-23-2009
    Location
    Hampshire, UK
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    328

    Re: Retrieving the Darts Player Who Scored the Highest Peg

    See the attached file
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    03-24-2010
    Location
    Albany, Western Australia
    MS-Off Ver
    Excel 2013
    Posts
    16

    Re: Retrieving the Darts Player Who Scored the Highest Peg

    Hi Huron

    That's great. Looks like you saved my bacon again, as I think I remember you helping me with another part of this sheet. Top marks mate 100 out of 10.

+ 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