+ Reply to Thread
Results 1 to 5 of 5

HELP. Trying to get a average spreadsheet for my darts team but only until they got 100

  1. #1
    Registered User
    Join Date
    04-24-2014
    Location
    London, England
    MS-Off Ver
    Excel 2013
    Posts
    2

    HELP. Trying to get a average spreadsheet for my darts team but only until they got 100

    Morning,

    I have been on this for sometime now, but I can't find out a way to do this.

    I am in a darts team and we want to find our average for the darts thrown but only until they have 100 points left. But continue scoring for record how many darts are thrown to finish the game and the checkout score.

    Example
    A. B
    1 Score Left 0.
    2. 3 Darts 43
    3. 6 Darts 100
    4. 9 Darts. 40
    5. 12 Darts. 33
    6. 15 Darts. 43
    7. 18 Darts. 72
    8. 21 Darts. 60
    9. 24 Darts. 78
    10. 27 Darts. -
    11. 30 Darts. 32


    Cell B1 contains =($B$36)-(SUM(B2:B11)
    B36 contains 501.

    B1 continues to update itself as in fill in the cells below it with the score thrown counting down to 0 from 501.

    I would like another cell to show the average score thrown for 3 darts until B1 goes less than 100. But to include the 3 darts thrown to put the score under the 100.

    I know the average should be for the 24 darts thrown is 59. But for my life I can't work out how to only do the average until the score left goes below 100.

    If anyone can help. This would be great.

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: HELP. Trying to get a average spreadsheet for my darts team but only until they got 10

    Hi

    I have done it (i think) using array formulae, the two formula on the attached can be combined into one, ive separated it into steps.

    These formulae require pressing CTRL + SHIFT + ENTER

    Hope it helps

    Nathan
    Attached Files Attached Files
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  3. #3
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: HELP. Trying to get a average spreadsheet for my darts team but only until they got 10

    Hi

    To get the Average column B
    Use this =IF(B2>0,SUM(B2:B20)/COUNT(B2:B20),"")

    Regard
    micope21
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

  4. #4
    Registered User
    Join Date
    04-24-2014
    Location
    London, England
    MS-Off Ver
    Excel 2013
    Posts
    2

    Re: HELP. Trying to get a average spreadsheet for my darts team but only until they got 10

    Hi, thanks for your help nathansav.

    I have worked out what i needed to do with your example.

    I have attached the final product.

    there are a few cells under the table with the font color as white. if you wanted to see the full thing.

    kind regards
    Attached Files Attached Files

  5. #5
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: HELP. Trying to get a average spreadsheet for my darts team but only until they got 10

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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. Rotate squad for darts team excel generator
    By mrdarts in forum Excel General
    Replies: 2
    Last Post: 04-08-2014, 11:23 AM
  2. Average age in sports team
    By welkin in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-27-2013, 03:24 AM
  3. [SOLVED] Spreadsheet for darts
    By Dougiebn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-07-2013, 09:25 PM
  4. Need Help: Want to average team point spread differences
    By mt45 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-01-2011, 03:45 PM
  5. Help with functions in Darts statistics spreadsheet
    By KJC in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-20-2007, 04:04 PM

Tags for this Thread

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