+ Reply to Thread
Results 1 to 5 of 5

Formula to know who is most improved in team score

  1. #1
    Registered User
    Join Date
    07-28-2014
    Location
    Perth, Australia
    MS-Off Ver
    2019
    Posts
    31

    Formula to know who is most improved in team score

    Hello there,

    I have made an excel doc to track the scores of my online racing game team.

    I am wondering which formula would work to take data from the tab "Score Overview" and find out who is the most improved over the course of the team events. The "Score Overview" tab is a place where people can easily see their scores per event and see their average score across all events. This data is taken from the tabs with names of the month. Events last from 1-5 or 6 times running the same event before switching. The names of the events are under the tabs with month names.

    I would like to make a new tab which people can see at a glance what their starting score of each event was and then what their highest score was - hoping this will give a sense of "Most Improved".

    I am not super familiar with excel and have no idea how to do this or even where to start.

    Could someone point me in the right direction?

    Find my doc attached.

    I am using Office/Excel 2019.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,137

    Re: Formula to know who is most improved in team score

    Starting Score =INDEX($D6:$AA6,MATCH(TRUE,LEN($D6:$AA6)>0,0))
    Ending Score =LOOKUP(2,1/($D6:$AA6<>""),$D6:$AA6)
    Highest Score =MAX($D6:$AA6)
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    07-28-2014
    Location
    Perth, Australia
    MS-Off Ver
    2019
    Posts
    31

    Re: Formula to know who is most improved in team score

    Thank you Joseph for your help on this!

    Sorry for my excel igorance... I understand how to put each formula into a cell and have it return a value, but when I place the first formula into a cell it returns "#Value!".

    What I'm hoping to see happen is to have a separate tab (which I have now made)show how much each person improved in each event (I have also labelled "Score Overview" with the events).

    You can see in "Most Improved" tab that I have tried to put two of your formulas into one cell to return the difference between the highest and lowest. I don't think it worked.

    Is it possible to combine all the formulas into one cell so that as I place info from future events into "Score Overview" that it would automatically produce the improvement in scores for each player into "Most improved"?

    Obviously I will need to manually enter the names of the events in "Most IMproved" as I have already done. I am fine with doing that.

    Any help would be appreciated.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,137

    Re: Formula to know who is most improved in team score

    You were using the difference between "Highest Score" and "Ending Score". Anyway, what will your formula be to calculate the "Most Improved"?

  5. #5
    Registered User
    Join Date
    07-28-2014
    Location
    Perth, Australia
    MS-Off Ver
    2019
    Posts
    31

    Re: Formula to know who is most improved in team score

    I'm unsure. That is why I have posted asking the question. I really don't know much about excel formula's, but I love the power excel has and want to figure out how to harness it for this situation.

    Well, I feel even more noob. I just realized I never downloaded your first attachment. Now that I have I can see what you've done. I will probably combine your max and min into one cell(max-min) which will do the trick for me (I think).

    Thanks for your help!

+ 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. [SOLVED] Summing a value based on the conditions of an individuals position and the team score
    By J_rice2004 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-03-2019, 07:02 AM
  2. Maximise player score but limit team cost
    By clacheson1 in forum Excel General
    Replies: 7
    Last Post: 07-24-2018, 07:20 AM
  3. Replies: 9
    Last Post: 01-20-2016, 08:59 AM
  4. [solved] Team score look-up ? Please help!!
    By martymart2u in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-21-2013, 01:44 PM
  5. [SOLVED] Fishing League - Need a formula to list winning team names and highest score
    By FinReaper in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-19-2012, 08:23 AM
  6. [SOLVED] ANY IDEAS FOR A FORMULA TO KEEP A TEAM BOWLING SCORE
    By ed in forum Excel General
    Replies: 1
    Last Post: 03-23-2006, 05:43 PM
  7. [SOLVED] Highest score in team
    By Hugh Murfitt in forum Excel General
    Replies: 4
    Last Post: 06-16-2005, 10:05 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