I wanted to ask if anyone could help me or guide me on how to pull information from the table into sheets using a formula. I want the name of the light cone, and the stats all separated into different columns. I've tried to use IMPORTHTML with table as a parameter as well as list, but had no luck, and I've never used excel prior to a few days ago so I'm not sure how to do it. Any help is appreciated
Formulas I've tried:
IMPORTHTML("https://genshin.gg/star-rail/light-cone-stats/", "table", 1)IMPORTHTML("https://genshin.gg/star-rail/light-cone-stats/", "list", 1)IMPORTXML(("https://genshin.gg/star-rail/light-cone-stats/", "//*[@id="root"]/div/section/div[3]/main/div[5]/div")