+ Reply to Thread
Results 1 to 7 of 7

Combine sets of football results formula

  1. #1
    Registered User
    Join Date
    03-21-2013
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    15

    Combine sets of football results formula

    Hi guys

    Just wondering if someone can help me speed up a process.

    In the attached sheet you will see some sets of soccer results which I type in as text on sheet 1. What I want to do is combine the sets of results from both teams in order to find the most likely scoreline at full time,and also show the percentage alongside.

    On sheet 2 is what I would like to achieve and you can see there how both sets of results have been combined for both teams on Sheet 1.

    So if I could just type in the scores into sheet 1 and once typed,sheet 2 will auto combine the results from sheet 1 that would be great.

    Any help would be much appreciated (and also speed up the process for me)

    Thanks
    Steve
    Attached Files Attached Files

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Combine sets of football results formula

    I had to do some rearranging of your Sheet2 to work out the formulas. I don’t have all the data collated
    as you show on your sheet. That is the result of the combining formulas I used. I am hoping this won’t be
    unduly awkward. Have a look and see what you think.
    In columns E, F and H of Sheet2 are all variations of this formula I borrowed from Tony Valko. They
    combine columns from Sheet1.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    This formula sums the combined outcomes in column G.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    In column I this formula gives the % Chance.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Not all of our figures agree exactly. We disagree by a few tenths of a %.

    The workbook is attached. Let us know what you think.
    Attached Files Attached Files

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Combine sets of football results formula

    see the attached file
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Combine sets of football results formula

    Yeah, that's better. Nicely done, Siva.

  5. #5
    Registered User
    Join Date
    03-21-2013
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Combine sets of football results formula

    Guys first off thank you both for taking the time to help me with my sheet,much appreciated

    Quote Originally Posted by nflsales View Post
    see the attached file
    Siva your sheet is perfect for my needs,just one thing... To test it I have copied in another set of results,it was fine on the previous set I included in the sheet I uploaded. However it is possible that the list of results for either team may be ''longer'' ie the list of scores may go down to cell 16 in some cases for example.. I have reuploaded a sheet with a longer set of results for the away team,as you will see on sheet two it seems to be incomplete and also in cell A11 there is just a ''0'' in the cell instead of a ''most likely score''... Im sure its only a matter of tweaking a formula maybe,but the formulas you used are beyond my knowledge so Im not sure where to edit them..

    If by any chance you could take a few mins to have a look when you get a chance,it would be much appreciated ( again )
    Attached Files Attached Files

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Combine sets of football results formula

    a2=IFERROR(IFERROR(INDEX(Sheet1!$A$2:$A$100,MATCH(0,INDEX(COUNTIF($A1:$A$1,Sheet1!$A$2:$A$100),0),0),0),INDEX(Sheet1!$E$2:$E$100,MATCH(0,INDEX(COUNTIF($A1:$A$1,Sheet1!$E$2:$E$100),0),0),0)),"")

    b2=SUMPRODUCT((Sheet1!$A$2:$A$100=$A2)*(Sheet1!$B$2:$B$100+0))+SUMPRODUCT((Sheet1!$E$2:$E$100=$A2)*(Sheet1!$F$2:$F$100+0))

    c2=TEXT((B2+0)/SUMPRODUCT((B$2:B$100+0)),"0.00%")

    edit 100 as per your needs

  7. #7
    Registered User
    Join Date
    03-21-2013
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Combine sets of football results formula

    Thats perfect Siva..all sorted... Thanks again for your help, I will just go ahead now and mark this as solved

    Cheers Folks
    Steve

+ 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. Replies: 6
    Last Post: 02-25-2023, 06:05 PM
  2. Formula to get two sets of results put together and in order
    By slock92 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-10-2015, 07:26 AM
  3. How to combine results of several if clauses in one formula?
    By DaJackal in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-30-2013, 10:01 PM
  4. Formula to combine 2 results
    By ssdsibes in forum Excel General
    Replies: 6
    Last Post: 11-17-2010, 06:49 PM
  5. Formula required to calculate points for football results prediction
    By Jen1979 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-15-2009, 11:46 AM

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