I have a website where I want to extract 3 tables but, the tables are not defined or structure in a way excel or google sheets could extract it.
The website is "GRC - BIL | Gran Canaria - Bilbao"
The tables consist of the result of matches that have been played.
First table is the result for last five matches for the home team. The second is for the Away team.
The third table is for the previous encounter between the two teams.
There is "see more" after each table, to show more games, I want to extract more upto 10 matches for each table. So it has to be able to get the matches in the see more where applicable. NB: The link, is just for the purpose of building the working template, I can put other similar link afterwards, and not all the link would have upto five matches or has "see more". Please put it in consideration.
So, I want the excel workbook to have two sheets, first sheet to be named "Data", I want all the 3 tables to be fetched into the "Data" sheet, not stacked on top each other. I.e not sharing the same colums. E.g, Table 1 might run from Column B - G, and Table 2 from Column I - N etc.
For the second sheet to be named "Result" and Cell B3 of this sheet should have the link for the VBA, so it will be easily to change the link for another match. If it's impossible, the link can be in the code.
Thank you so much.
I hope someone can help me out
Thanks in advance
The website is "GRC - BIL | Gran Canaria - Bilbao"
The tables consist of the result of matches that have been played.
First table is the result for last five matches for the home team. The second is for the Away team.
The third table is for the previous encounter between the two teams.
There is "see more" after each table, to show more games, I want to extract more upto 10 matches for each table. So it has to be able to get the matches in the see more where applicable. NB: The link, is just for the purpose of building the working template, I can put other similar link afterwards, and not all the link would have upto five matches or has "see more". Please put it in consideration.
So, I want the excel workbook to have two sheets, first sheet to be named "Data", I want all the 3 tables to be fetched into the "Data" sheet, not stacked on top each other. I.e not sharing the same colums. E.g, Table 1 might run from Column B - G, and Table 2 from Column I - N etc.
For the second sheet to be named "Result" and Cell B3 of this sheet should have the link for the VBA, so it will be easily to change the link for another match. If it's impossible, the link can be in the code.
Thank you so much.
I hope someone can help me out
Thanks in advance