I have the following table in excel where col1=movie ID, col2 = movie name. I'm trying to use excel web query to to get the production firm name of all the movies in my list.
ID Movie Name
tt1540741 A Single Shot (2013)
tt4630158 A Space Program (2015 Documentary)
For example http://www.omdbapi.com/?i=tt2330270&tomatoes=true&plot=short&r=xml
The link will return a XML that contains the production firm name.
I'm not sure how to write the excel formula that will achieve this goal.
(I want the output to looks like this)
ID Movie Name Production firm
tt1540741 A Single Shot (2013) ABC
tt4630158 A Space Program (2015 Documentary) DEF