Using Excel 2010, I need to be able to extract data from a url to find a particular piece of information.
In Google docs this feature is available and in Excel 2013 its available however, I am using Excel 2010.
In A1, the url is always a basic ebay item page.
In B1, the data I need is the category information (in xml): //div[@id='bc']//tr/td/ul/li/a/text()
In Google Docs the function is: Importxml(A1,B1)
I have a string of url's in column A to search through. The xml will always be the same.