Results 1 to 5 of 5

Display values from an moving array and display

Threaded View

brayboyce Display values from an moving... 05-18-2019, 08:56 PM
Glenn Kennedy Re: Display values from an... 05-19-2019, 04:01 AM
Glenn Kennedy Re: Display values from an... 05-19-2019, 04:10 AM
brayboyce Re: Display values from an... 05-19-2019, 10:07 AM
JeteMc Re: Display values from an... 05-25-2019, 12:22 PM
  1. #1
    Registered User
    Join Date
    02-23-2012
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2010
    Posts
    14

    Post Display values from an moving array and display

    hello all,

    I have been working on a handicap golf sheet, I am sure like countless other people, based on the Search results from in this forum. I had hit a couple of Snags that I have been Scratching my head on and I need a little help.

    The following array is working correctly, it is taking creating an average from the last 7 scores kicking out the largest value from the 7 numbers and providing me an average.
    =IFERROR(IF(COUNT(E5:AH5<7,AVERAGE(E5:AH5),AVERAGE(SMALL(IF((E5:AH5>0)*COLUMN(E5:AH5)>=LARGE((E5:AH5>0)*COLUMN(E5:AH5),MIN(10,COUNTIF(E5:AH5,">0"))),E5:AH5,""),{1,2,3,4,5,6,7}))),"")-AI5*(113/AJ5)

    What I would like to do is display the numbers that are being used to create the average and have them displayed in Columns labeled 1 thru 7, also I would like to display the number excluded from the average calculation. this will allow everyone to cross reference and validate that their handicap is accurate, 0 (Zero) & blanks should be ignored.

    This was the formula I was using when the sheet was static.
    =IF(COUNT(INDEX($E5:$AH5,LARGE(IF($E5:$AH5<>"",COLUMN($E5:$AH5)COLUMN($E5)+1),MIN(10,COUNTA($E5:$AH5)))):$AH5)>=AO$4,SMALL(INDEX($E5:$AH5,LARGE(IF($E5:$AH5<>"",COLUMN($E5:$AH5)-COLUMN($E5)+1),MIN(10,COUNTA($E5:$AH5)))):$AH5,AO$4),"")

    which worked until I got a 0(zero) for a Score then it would tank the handiCap.

    Issues looking to resolve
    1. Create Rolling average that start working two scores or more are entered, right now it only works when 5 scores are entered. needs to adjsut when new scores are entered
    2. display the numbers being used to create the Average
    3. Display the high score excluded from the average.
    scoresheetimage.JPG



    Thank you for the help

    -BB
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. how to get first non zero value in an array and display all values after that
    By helloexcel07 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-07-2020, 11:06 AM
  2. Replies: 1
    Last Post: 12-19-2017, 01:26 PM
  3. Display only unique values in an array
    By jrm0523 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-16-2012, 03:37 AM
  4. [SOLVED] Count consecutive non-zero values; list first non-zero value; display counts as an array
    By treznick in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-17-2012, 08:25 PM
  5. Display an array of values from a column range
    By alexandruc in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-12-2012, 03:06 PM
  6. Display Values of Column/Range/Array/Other
    By Laelsa in forum Excel General
    Replies: 1
    Last Post: 11-21-2008, 08:42 PM
  7. Display Values of Column/Range/Array/Other
    By Laelsa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-21-2008, 03:06 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