+ Reply to Thread
Results 1 to 3 of 3

Golf League handicap with a twist

  1. #1
    Registered User
    Join Date
    05-10-2007
    Posts
    2

    Golf League handicap with a twist

    This is simular to others posts here for handicaps but a little more complicated. Our Golf league is 16 weeks long. I need a formula that would get the running total of the last 6 scores entered, excluding the highest score. So basically the lowest 5 of the last 6 scores entered. Also, it would have to not count the weeks that people don't show up. Right now I mark this cell with a DNP. Then give the average of those 5 scores multiplied by 90%. Right now I have to move the formual around every week. I've attached the file I'm using now. Any help would be appreciated
    Attached Files Attached Files
    Last edited by jdaubs; 05-10-2007 at 05:34 PM.

  2. #2
    Forum Contributor
    Join Date
    01-05-2004
    Location
    Helsinki, Finland
    Posts
    100
    Hi,

    this should work:

    Please Login or Register  to view this content.
    To make this work:
    1. Open your VBE (Alt+F11)
    2. Insert a new Module (Insert -> Module)
    3. Copy and paste the above to the editor
    4. in Excel type this in cell Z4: =CurrentHandicap(B4:Q4)
    5. and copy it down as far as you need

    It doesn't matter if there are empty cells in the range of function. If there are no values in the range, it returns 0.

    Hope this helps.

    - Asser

  3. #3
    Registered User
    Join Date
    05-10-2007
    Posts
    2

    Talking Jazzer is my hero

    That worked like a charm Jazzer. I appreciate you taking the time and helping me out. I definately need to learn the VB side of excel. Thanks again.

+ 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