+ Reply to Thread
Results 1 to 4 of 4

Analysis & visual representation of football (soccer) results

  1. #1
    Registered User
    Join Date
    06-14-2010
    Location
    St Augustin, France
    MS-Off Ver
    Excel 2004 for Mac
    Posts
    3

    Analysis & visual representation of football (soccer) results

    I have home and away football (soccer) results in a matrix format. The English Premiership results for 2009-10 are attached as an example.

    I would like to analyse the frequency of the individual scorelines (0-0, 1-0, 1-1, 2-0, ...) ignoring the teams concerned. A previous attempt for an earlier year is given in the pdf . Ideally I would also like to represent this graphically.

    i) How can I quickly count the individual scorelines?
    ii) Is there a 'better' way to represent the data in a table or even graphically?

    Cheers.
    Attached Files Attached Files

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Analysis & visual representation of football (soccer) results

    Just use COUNTIF

    =COUNTIF(B2:U21,"1–1")

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Analysis & visual representation of football (soccer) results

    Using your sample file

    A26: =COUNTA($B$2:$U$21)

    B26:K26 - enter 1 to 9
    A27:A36 - enter 1 to 9

    B27: =COUNTIF($B$2:$U$21;B$26&"–"&$A27)/$A$26
    apply to matrix B27:K36
    apply custom number format of 0.0%;;;

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,592

    Re: Analysis & visual representation of football (soccer) results

    Here........
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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