Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

I always get the wrong data while importing from a website in Google Sheets

I’m trying to get full page balance sheet data from a Turkish stock website, however I always get the percentage data instead of the main data. Can someone help me to get the right one?

Thanks for your help.

For instance, the data I want is: "1.279.194", but I get "%-65".

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Here are the codes I tried:

=IMPORTHTML("https://fintables.com/sirketler/ASELS/finansal-tablolar/bilanco";"table";2)

=IMPORTXML("https://fintables.com/sirketler/ASELS/finansal-tablolar/bilanco"; //tr")

Website

>Solution :

You may try:

=importxml("https://fintables.com/sirketler/ASELS/finansal-tablolar/bilanco";"//tbody[1]/tr[2]/td[2]/div[1]/span[2]")

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading