Trying to scrape a specific price for google sheets. The element is
<div class="col-sm-6 col-xs-6 text-center bg-grey2 brd_rht pad_none" id="id11">102.4</div>
while the xpath is
//*[@id="id11"]
By using
=IMPORTXML("http://www.funder.co.il/fund.aspx?id=5122973","//*[@id="id11"]")
I get an #ERROR! sign. I'm quite new to using xpath, so would be glad to know what is wrong with what I did, and how is it possible to get the number 102.4 into google sheets.