SplashDesign
SplashDesign

Reputation: 21

I want to import live soccer score in Google spreadsheet

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

Answers (1)

player0
player0

Reputation: 1

=JOIN( ; IMPORTXML(
 "https://www.flashscore.ro/meci/Mgu7Kv8t/#sumar-meci";
 "//div[@class='current-result']"))

0

Upvotes: 2

Related Questions