I want to fetch the bitcoin price through the formula importxml, which it works.
The problem is that it adds a random value to the cell below it. I can't delete it.
This is the formula
=IMPORTXML("https://coinmarketcap.com/currencies/"&D1, "//div[contains(@class, 'priceValue')]")
This is the result (what's that number (0.0668) there?):
Can you try this:
=IMPORTXML("https://coinmarketcap.com/currencies/"&D1,"//div[@class='priceValue ']")