+ Reply to Thread
Results 1 to 4 of 4

Need to search golf scores and highlight the lowest score for each hole if it is unique

  1. #1
    Registered User
    Join Date
    05-01-2021
    Location
    Eastvale, CA
    MS-Off Ver
    ?
    Posts
    2

    Need to search golf scores and highlight the lowest score for each hole if it is unique

    I need to search a list of golf scores for each hole and count and highlight in yellow the lowest score for each hole but only if it is unique.

    I will also need a count of those unique scores.

    These lowest, unique scores and commonly referred to as SKINS in the golfing world.
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: Need to search golf scores and highlight the lowest score for each hole if it is uniqu

    Hi alagramJ and welcome to the forum,

    You need a Min() formula and a CountIf() formula. See the attached:
    Calculate Skins Answer.xlsx
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    05-01-2021
    Location
    Eastvale, CA
    MS-Off Ver
    ?
    Posts
    2

    Re: Need to search golf scores and highlight the lowest score for each hole if it is uniqu

    Thanks for helping out. I incorporated your formula suggestions and the results are looking much better.

    Getting further into the logic of the SKINS requirements I see we have 3 remaining issues to deal with.
    1. highlighting the skins, 2. a total skin number for each player and 3. bypassing the scores for players who said "no" to the skins game.

    I will attach my latest version.

    Thanks again for your help, it is very much appreciated!
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,650

    Re: Need to search golf scores and highlight the lowest score for each hole if it is uniqu

    As to #1 the following formula could be used as a conditional formatting rule: =AND(D$7="yes",D8=D$4)
    As to #2 populate D4:H4 using: =MINIFS(D8:D17,$B8:$B17,"y")
    Note that MINIFS is supported by the 2019 and 365 versions. Please find the version you are using by selecting the File tab and then Account.
    If you have the 2016 or earlier version you will need to use the following array entered formula** instead (see cells D27:H27): =MIN(IF($B8:$B17="y",D8:D17))
    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).
    As to #3 populate cells D20:H20 using: =IFERROR(INDEX($C8:$C17,AGGREGATE(15,6,(ROW($C8:$C17)-ROW($C7))/(D7="yes")/(D8:D17=D4),1)),"")
    and then populate cells I8:I17 using: =COUNTIFS(D$20:H$20,C8)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Replies: 2
    Last Post: 04-07-2020, 01:20 AM
  2. Golf Scoreboard // Hole-by-hole GROSS score adjusted to NET
    By eastmo18 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-01-2019, 01:52 PM
  3. Replies: 8
    Last Post: 12-20-2014, 04:37 PM
  4. [SOLVED] Drop lowest and highest golf scores
    By Jjoseph6969 in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 08-26-2014, 04:03 PM
  5. [SOLVED] Golf Scoring but have duplicate scores - need to return unique name
    By nunmakr in forum Excel General
    Replies: 11
    Last Post: 07-29-2014, 09:38 AM
  6. [SOLVED] Golf Lowest Score - With Set condition
    By jantonio in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-21-2013, 01:38 PM
  7. [SOLVED] how to pick the lowest 10 golf scores
    By David Hurwitz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-24-2005, 05:05 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