=SUBSTITUTE(IMPORTXML(CONCATENATE("https://coinmarketcap.com/currencies/", A5, "?a=1"), "//div[@class='priceValue ']/span"), "$", "")+E5 =VALUE(REGEXEXTRACT(IMPORTXML(CONCATENATE("http://161.35.195.21/index.php?crypto=", A4, "&x=1"),"//meta[@name='description']/@content"),"\d[\d,.]*")) Works: =VALUE(IMPORTXML(CONCATENATE("http://161.35.195.21/index.php?crypto=", A3, "&x=1"), "//text()")) ================================================= http://161.35.195.21/index.php sudo service apache2 restart sudo apt-get install php-curl ssh -i ~/.ssh/id_rsa_old root@161.35.195.21 chopper42 /var/www/html =================================================== https://github.com/alb2001/dextools-python/blob/3ad6fe4de6fe61b61ff0cb3113e7b5cceba9f9e7/dextools_python/dextools_v2.py#L31