+ Reply to Thread
Results 1 to 7 of 7

Helping a friend to: find average of last 5 golf outings?

  1. #1
    Registered User
    Join Date
    07-07-2018
    Location
    louisville, ky
    MS-Off Ver
    2016
    Posts
    4

    Helping a friend to: find average of last 5 golf outings?

    A friend of mine works at a Kentucky State Park golf store and apparently keeps a record of scores/dates of players that play rounds there. He needs a formula that would perform an average of the each persons last 5 last rounds (greater than 0) from a column on a spreadsheet. His spreadsheet must be based on dates played as some dates have a 0, hence the last 5 must be greater than . From searching the forum, there seems to be several functions that might apply but I'm just a novice. Any quick solutions? Thanks in advance for any assistance! KY Dan
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Helping a friend to: find average of last 5 golf outings?

    To get the average of the last 5 > 0 from column B

    =AVERAGEIFS(B2:B19,B2:B19,">0",$A$2:$A$19,">="&LARGE(IF(B2:B19>0,$A$2:$A$19),5))

    Array confirmed with Shift Ctrl Enter.

    I'm sure there must be a simpler formula but it is eluding me.
    Last edited by jason.b75; 07-07-2018 at 04:33 PM.

  3. #3
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Helping a friend to: find average of last 5 golf outings?

    Enter this formula into E2 using ctrl, shift and enter, then fill to G2 and then down to G6
    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Enter this formula into E7 and then fill to G7
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  4. #4
    Registered User
    Join Date
    07-07-2018
    Location
    louisville, ky
    MS-Off Ver
    2016
    Posts
    4

    Re: Helping a friend to: find average of last 5 golf outings?

    Hey mehmetcik! Thanks for responding so quick! Unfortunately, I must be doing something incorrect? The formulas in E2-G6 seem to pull the "Highest 5 rounds per person" vs the "5 scores >0 from the bottom"? Can you advise me as to what I might be doing incorrectly? I appreciate the help!

  5. #5
    Registered User
    Join Date
    07-07-2018
    Location
    louisville, ky
    MS-Off Ver
    2016
    Posts
    4

    Re: Helping a friend to: find average of last 5 golf outings?

    Hey jason.b75! You're pretty quick too! I tried your formula but I get a #Div/0! error. Is there a particular cell location I need to enter the formula? Thanks for responding - I can tell I'm closer than I was!

  6. #6
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Helping a friend to: find average of last 5 golf outings?

    If you're getting a #DIV'0! error then that probably means that the array is not confirmed correctly.

    Double click in the cell with the formula, then hold down Shift + Ctrl and press enter.

    I Had the formula in B20, but it can go anywhere.

  7. #7
    Registered User
    Join Date
    07-07-2018
    Location
    louisville, ky
    MS-Off Ver
    2016
    Posts
    4

    Re: Helping a friend to: find average of last 5 golf outings?

    Hey jason.b75! You were correct - I must have not confirmed the array correctly! Numbers match my manual operation perfectly! I'll send it on and find out if it works for him! Worked like magic! Appreciate it!

+ 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 league average score
    By michaelt721 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-10-2015, 01:57 AM
  2. Golf league average score
    By michaelt721 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-10-2015, 12:00 AM
  3. [SOLVED] Trying to count a most recent 5 week average for golf scores
    By EmilioVI in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-23-2014, 09:53 PM
  4. Replies: 8
    Last Post: 12-20-2014, 04:37 PM
  5. [SOLVED] Find Average, Return Column Header of Number Closest To Average
    By djmyers in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 07-07-2013, 04:19 PM
  6. excel to calculate golf teams by average score ?
    By mstoney in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-05-2013, 06:43 PM
  7. How do I average 4 of the last 8 golf scores to calculate a handic
    By Handicapper1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-20-2006, 02:45 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