Home > Mobile >  google sheet IMPORTXML Xpath returns #N/A
google sheet IMPORTXML Xpath returns #N/A

Time:03-24

I'm not sure what I did wrong to get the #N/A back

This is the command I use =IMPORTXML("https://pantip.com/topic/41020158", "/html/body/div[4]/div/div/div[7]/div/span")

enter image description here

or

=transpose(importxml(A1,"//div[@class='display-post-story']"))

enter image description here

  • Related