Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No issue, just requesting assistance #51

Open
levisanderson opened this issue Apr 13, 2023 · 1 comment
Open

No issue, just requesting assistance #51

levisanderson opened this issue Apr 13, 2023 · 1 comment

Comments

@levisanderson
Copy link

levisanderson commented Apr 13, 2023

Hello, I am trying to pull the data contained in the table on this webpage into my google spreadsheet but can't quite figure out the formula.

https://practiscore.com/results/html/97ee41fe-ccbc-44f5-81e2-c3733644195c?page=overall-combined

Eventually I'm looking to create a dynamic formula, where I can enter a similar URL into a cell and have the table data populate into google sheets.

Any help is greatly appreciated!
Thanks in advance.

@hello-party
Copy link

this script is for JSON. For you, I think you can simply change the URL to get a clean HTML table, changing overall-combined to match the table you want to import.

=IMPORTHTML(
   "https://s3.amazonaws.com/ps-scores/production/97ee41fe-ccbc-44f5-81e2-c3733644195c/html/overall-combined",
   "table",1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants