+ Reply to Thread
Results 1 to 16 of 16

Find the winner and percentage difference between two teams

  1. #1
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Find the winner and percentage difference between two teams

    I want to find the winning team based on four different scores between the two teams.

    I want to output which teams that wins and what the percentage score difference is.

    I am not sure about how the percentage difference should be calculated.

    See attached workbook for more information.

    There are different max scores for the five different routes. Ideally, I would like to enter the max score for each route and then calculate the % difference!

    Desired output is:

    Teamname ( % difference in scores between winning team and runner up)

    Ex.

    Walkers (75%)
    Runners (49%)
    Attached Files Attached Files
    Last edited by waimea; 09-02-2019 at 06:07 PM.

  2. #2
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Re: Find the winner and percentage difference between two teams

    I have tried using IF and AND formulas but I don't know how to account for all possible scenarios.

    =IF(AND(A1>A2;B1>B2);"Walkers";"Runners")

    I am trying to use textjoin to add the percentage difference!

    All help is appreciated!

  3. #3
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Re: Find the winner and percentage difference between two teams

    Any suggestions on how I can create this formula?

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,615

    Re: Find the winner and percentage difference between two teams

    May be this. Pl see file.
    In P8

    =SUMPRODUCT(($J$8:$J$12>$F$8:$F$12)*($K$8:$K$12>$G$8:$G$12))/COUNTIF($F$8:$F$12,"<>""")
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  5. #5
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Re: Find the winner and percentage difference between two teams

    Hi kvsrinivasamurthy,

    thank you for your reply!

    I am looking at the file now and it looks great! I'll try to make it work in my workbook.

    When it says 40%. What does the 40% mean??

  6. #6
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Re: Find the winner and percentage difference between two teams

    And are the formulas in P8 and P9, P10, P11 different?

    Perhaps I explained it poorly but I don't know the scores of the teams before so I am looking for one formula that I can use for routes 1 to x.

    So in my desired output, I don't know which team that wins!

  7. #7
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Find the winner and percentage difference between two teams

    I think you'll need to explain how you're calculating the percentage. For example:

    Route 1 : Runners (10, 8) : Walkers (15, 10) - I can see that Walkers win but how do you get the 50% number?
    Route 2 : Runners (15, 2) : Walkers (10, 1) - How do you calculate 75%?

    Also, who wins for your Case 2 and Case 3? Do you then add the scores for A&B to determine the winner? How do you then calculate the percentage number?

    WBD
    Office 365 on Windows 11, looking for rep!

  8. #8
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Re: Find the winner and percentage difference between two teams

    Hi WideBoyDixon,

    thank you for your reply!

    In my sample file the percentages are made up, I should have been more clear about that I now realize!


    Route 1: Runners(10, 8) : Walkers (15, 10). Walkers win in both categories.

    I am not sure how the percentage difference should be calculated to be honest.

    I am comparing Runners and Walkers against each other for A so A can never be the same value for both teams. B however can have the same number of points.

    I think that gives me 3 cases?

    Case 1:
    Runners have higher score of A and of B

    Case2:
    Runners have higher score of A but the same or lower score B

    Case 3:
    Both teams have the same total score

    Perhaps the difference in percentage could be calculated from total score vs total score? But then I lose the information of A and B.

  9. #9
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Find the winner and percentage difference between two teams

    OK. Just shooting in the dark a bit still but try this formula in N8:

    Please Login or Register  to view this content.
    Note: You may need to change "0.15" to "0,15" for your number formatting options.

    WBD
    Attached Files Attached Files

  10. #10
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Re: Find the winner and percentage difference between two teams

    Hi WideBoyDixon,

    thank you for your reply!

    Your formula works like I want but I am not sure on what the % diffrence tells me?

    Ex. Runner (-14%, 13%)

    What does this mean?

    Also;

    Please Login or Register  to view this content.
    What does this mean?

    Please Login or Register  to view this content.
    Last edited by waimea; 09-03-2019 at 01:13 PM.

  11. #11
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Find the winner and percentage difference between two teams

    You said the maximum score was 15 so I converted each score to a percentage by dividing by 0.15 then subtracted the percentages to give a difference in the scores. You never said how you expected to calculate the percentages so I created something.

    This part of the formula:

    Please Login or Register  to view this content.
    Is what creates those numbers.

    WBD

  12. #12
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Re: Find the winner and percentage difference between two teams

    Hi WideBoyDixon,

    thank you for your reply.

    That is awesome and what I was looking for. So if I change the 0.15 to 10 the maximun score is 10?

    Could you please explain the value of the % difference?

    Ex. What would Runners (15%, 30%) mean? To be more precise, what does the 15% mean?

  13. #13
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Find the winner and percentage difference between two teams

    If you change the maximum score to 10 then divide by 0.1 to get the percentage.

    15%, 30% means that the winning team got 15% more (e.g. 85%-70%) for the first category and 30% more (e.g. 90%-60%) for the second one.

    WBD

  14. #14
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Re: Find the winner and percentage difference between two teams

    Hi WideBoyDixon,

    thank you very much for your help and your explanation!

    This is working just like I wanted it to work!

  15. #15
    Forum Contributor
    Join Date
    06-30-2018
    Location
    Sweden
    MS-Off Ver
    2016.
    Posts
    397

    Re: Find the winner and percentage difference between two teams

    One more question,

    Should I change all occurences of 0.15 to ex. 0.1? To get 10 as the maximun score?

  16. #16
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Find the winner and percentage difference between two teams

    Quote Originally Posted by waimea View Post
    Should I change all occurences of 0.15 to ex. 0.1? To get 10 as the maximun score?
    Yes; basically it's the maximum score divided by 100.

    WBD

+ 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] [SOLVED] Try to find the difference by percentage between 2 cell totals
    By chedd via OfficeKB.com in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 06-08-2006, 09:20 AM
  2. [SOLVED] how to set up Bowls league 12 teams points and shot difference
    By Mel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM
  3. [SOLVED] how to set up Bowls league 12 teams points and shot difference
    By Mel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 AM
  4. how to set up Bowls league 12 teams points and shot difference
    By Mel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  5. how to set up Bowls league 12 teams points and shot difference
    By Mel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  6. [SOLVED] how to set up Bowls league 12 teams points and shot difference
    By Mel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  7. [SOLVED] how to set up Bowls league 12 teams points and shot difference
    By Mel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  8. [SOLVED] how to set up Bowls league 12 teams points and shot difference
    By Mel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-07-2005, 08:05 AM

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