Trying to pull the Manufacturing cost index from an XML pull. The XML comes from https://api.eve-industry.org/system-cost-index.xml?name=Osmon
I successfully used the WEBSERVICE function in excel to create and pull the data;
<CODE>
</CODE><CODE>
</CODE>
My question is, how do I used FILTERXML to pull just the Manufacturing data? So far I have
<CODE>
</CODE>But it only returns a #VALUE ! error. I have also tried a bunch of other ways.
I successfully used the WEBSERVICE function in excel to create and pull the data;
<CODE>
Code:
B2 = Above Link, C2 = System name (i.e. Osmon)
Code:
=WEBSERVICE(CONCATENATE(B2,C2))
My question is, how do I used FILTERXML to pull just the Manufacturing data? So far I have
<CODE>
Code:
=FILTERXML(P29,"//Manufacturing")
Last edited: