You have done some great work on that sheet but now you need to spend a lot more time formatting that Data into some way of looking up each individual combination of scores.
You will need
1) A fixture list for the 2019-20 season. Copy and paste into a new tab. Flashscores.com usually has the best format for Excel**.
2) Using INDEX MATCH in 2 extra columns and next to each fixture you can look through your data to find the average for the home team and the Away team for that Game.
Home Team:
=IFERROR(INDEX('2 Year Average'!$R$4:$R$23,MATCH(Sheet1!C9,'2 Year Average'!$O$4:$O$23,0)),"-")
Away Team:
=IFERROR(INDEX('2 Year Average'!$AE$4:$AE$23,MATCH(Sheet1!F9,'2 Year Average'!$AB$4:$AB$23,0)),"-")
3) Use a basic nested IF Formula to determine which team will score the most goals.
**Things to look out for, the web list of names maybe different than the team names you have, Newcastle Utd, instead of Newcastle, or maybe an extra space infront of or behind the team names which will show up as a blank in the INDEX MATCHES. You will need to work around these if you find them.
There is an example in the worksheet in Sheet 1.
PS: ALL London teams suck :-)
Bookmarks