Hi,
I'm using the this formula:
=XPathOnUrl("http://api.sistrix.net/keyword.seo?api_key=MYAPI&domain=google.de&date=09.11.2015&kw=google";"//result";"position")
It gives me the position from a keyword to a site from the tool SISTRIX. I want to set the date and and keyword as a reference. Like this:
=XPathOnUrl("http://api.sistrix.net/keyword.seo?api_key=MYAPI&domain=google.de&date=C4&kw=google";"//result";"position")
But I get just an empty cell. If i set the cell-reference in " i get an error. Like this:
=XPathOnUrl("http://api.sistrix.net/keyword.seo?api_key=MYAPI&domain=google.de&date="&C4;"&kw=google";"//result";"position")
Maybe you could help me?