Web Query - Search a Website Using Value of Cells as Search Criteria

richardking

New Member
Joined
Jan 15, 2015
Messages
12
Hi Guys,

I need help. I want to use Web Query in my Excel Sheet to show the Gross Sales of the movies that I am looking for.
Information about the movies are in columns A and B.
Column A contains the title, column B has the year when the movie was released.
Column C to E will displayed the Gross Sales of these movies based on the websites: the-numbers, boxofficemojo and imdb respectively.

How it should display the Gross Sales should be dynamic. Meaning, as the movie information in columns A and B changes, it should show the correct Gross Sales as taken from their respective websites.
I already made a search for similar topics in this forum, but they seem to be outdated already and thus don't apply.

Thanks in advance.

Movie Title

<tbody>
</tbody>
Year

<tbody>
</tbody>
The-numbers.com

<tbody>
</tbody>
Boxofficemojo.com

<tbody>
</tbody>
Imdb.com

<tbody>
</tbody>
Captain Marvel

<tbody>
</tbody>
2019

<tbody>
</tbody>
Spider-man

<tbody>
</tbody>
2002

<tbody>
</tbody>
Toy Story

<tbody>
</tbody>
1995

<tbody>
</tbody>

<tbody>
</tbody>

Expected Results based from the data of the different websites

Movie Title

<tbody>
</tbody>
Year

<tbody>
</tbody>
The-numbers.com

<tbody>
</tbody>
Boxofficemojo.com

<tbody>
</tbody>
Imdb.com

<tbody>
</tbody>
Captain Marvel

<tbody>
</tbody>
2019

<tbody>
</tbody>
$266,213,933

<tbody>
</tbody>
$266,213,933

<tbody>
</tbody>
$196,895,933

<tbody>
</tbody>
Spider-man

<tbody>
</tbody>
2002

<tbody>
</tbody>
$403,706,375

<tbody>
</tbody>
$403,706,375

<tbody>
</tbody>
$403,706,375

<tbody>
</tbody>
Toy Story

<tbody>
</tbody>
1995

<tbody>
</tbody>
$191,796,233

<tbody>
</tbody>
$191,796,233

<tbody>
</tbody>
$191,796,233

<tbody>
</tbody>

<tbody>
</tbody>

 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Cross posted https://www.excelforum.com/excel-pr...-using-value-of-cells-as-search-criteria.html

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0

Forum statistics

Threads
1,214,551
Messages
6,120,156
Members
448,948
Latest member
spamiki

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top