mattadams84
Board Regular
- Joined
- Oct 30, 2016
- Messages
- 54
Hello,
I am trying to create a workbook that creates a list of of football match fixtures with the prematch stats of the match.
I have an API that successfully pulls in data (the statistics) across multiple different sheets (1 sheet per league). The league statistics sheets have many many columns which contain statistics for the team's home matches, away matches, and a combination of the both (overall).
Each league has a unique numerical ID and each team has a unique numerical ID.
I then have another sheet that pulls in via the API a list of the todays fixtures. What l would like to achieve is to dynamically/automatically create a whole new sheet that has the list of the fixtures but also shows the correlating stats of each team. So I guess by using the ID's of the teams from the "todays fixture" sheet is searches through the other sheets, finds the relevant data and then generates a new sheet with all the fixtures and stats. Obviously it would need to work out who is playing at home and who away so it finds the relevant stats.
Is this possible in excel?
I am trying to create a workbook that creates a list of of football match fixtures with the prematch stats of the match.
I have an API that successfully pulls in data (the statistics) across multiple different sheets (1 sheet per league). The league statistics sheets have many many columns which contain statistics for the team's home matches, away matches, and a combination of the both (overall).
Each league has a unique numerical ID and each team has a unique numerical ID.
I then have another sheet that pulls in via the API a list of the todays fixtures. What l would like to achieve is to dynamically/automatically create a whole new sheet that has the list of the fixtures but also shows the correlating stats of each team. So I guess by using the ID's of the teams from the "todays fixture" sheet is searches through the other sheets, finds the relevant data and then generates a new sheet with all the fixtures and stats. Obviously it would need to work out who is playing at home and who away so it finds the relevant stats.
Is this possible in excel?