+ Reply to Thread
Results 1 to 3 of 3

Computing Golf Skins Earned

  1. #1
    Valued Forum Contributor
    Join Date
    04-24-2014
    Location
    United States
    MS-Off Ver
    Office 365 ProPlus
    Posts
    853

    Computing Golf Skins Earned

    I am trying to determine the total number of holes/skins a player wins. I've already worked out using SumProduct and Minifs to determine what particular hole a skin is won. But I'm trying to have that also include the previous holes tied.

    In the example attached and working with Week 1, I have a skin won on Hole #3. Since there was no skin won on holes 1 and 2, It should award 3 skins.

    The issue gets a little more complex as you then want to restart that count on next hole.

    So for Week 1, the end result would be:

    Hole #3: 3 skins won
    Hole #4: 1 skin
    Hole #7: 3 skins
    Hole #9: 2 skins

    Sample attached that has 20 weeks of scores, and on the right side you can see where it currently checks and finds what hole the skin was won.
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Computing Golf Skins Earned

    Please try at
    S6
    =LET(ws,$D$6:$D$405,w,$Q6,s,F$6:F$405,c,R6:$S6,
    IF(COUNTIFS(ws,w,s,MINIFS(s,ws,w))=1,IF(COLUMNS($S6:S6)=1,1,COLUMNS(c)-IFNA(XMATCH(TRUE,c<>0,0,-1),0)+1),0))


    R6
    =SUM(S6:AA6)
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor
    Join Date
    04-24-2014
    Location
    United States
    MS-Off Ver
    Office 365 ProPlus
    Posts
    853

    Re: Computing Golf Skins Earned

    Quote Originally Posted by Bo_Ry View Post
    Please try at
    S6
    =LET(ws,$D$6:$D$405,w,$Q6,s,F$6:F$405,c,R6:$S6,
    IF(COUNTIFS(ws,w,s,MINIFS(s,ws,w))=1,IF(COLUMNS($S6:S6)=1,1,COLUMNS(c)-IFNA(XMATCH(TRUE,c<>0,0,-1),0)+1),0))


    R6
    =SUM(S6:AA6)
    That worked perfectly. I've read a little bit about the Let function but haven't had a chance to really digest and use it yet. Seeing it use here, I can clearly see how it does make a formula look cleaner too.

    And fortunately I'm using Office 365.

+ 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. Golf Skins Calculating
    By mikewohlwend in forum Excel General
    Replies: 1
    Last Post: 03-09-2021, 06:58 PM
  2. Golf skins payout
    By dimples in forum Hello..Introduce yourself
    Replies: 3
    Last Post: 10-09-2018, 01:08 PM
  3. [SOLVED] Conditional Formatting with golf skins
    By EXCEL69 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-18-2014, 01:01 PM
  4. Golf Skins Autopopulate
    By gjmosby31 in forum Excel General
    Replies: 3
    Last Post: 03-26-2013, 12:05 AM
  5. Golf Tournament & Skins Pot
    By gjmosby31 in forum Excel General
    Replies: 15
    Last Post: 02-02-2013, 03:59 PM
  6. Using Excel for Golf Skins
    By Vidcity in forum Excel General
    Replies: 1
    Last Post: 04-26-2012, 04:21 PM
  7. Figuring out Skins for Golf
    By pjfan2340 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-28-2011, 03:33 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