Reputation: 21
I tried to import some soccer live score in my Google spreadsheet.
I have some "code" but I have a problem: The scores appear just when the match it's over and when the match it's run, the spreadsheet shows me #N/A
=IMPORTXML("https://www.flashscore.ro/meci/Mgu7Kv8t/#sumar-meci";"//div[@id='content-all']//div[@class='current-result']/span[@class='scoreboard']")
Upvotes: 1
Views: 2636
Reputation: 1
=JOIN( ; IMPORTXML(
"https://www.flashscore.ro/meci/Mgu7Kv8t/#sumar-meci";
"//div[@class='current-result']"))
Upvotes: 2