I've got a list of movie names in column D and I use the following formula to search IMDb for the movie name in column D
Is it possible to make Excel go to the link of the first search result within that webpage that I am linking to.
Let's use this link as an example: www.imdb.com/find?q=Fight Club (1999)&s=all
Btw, the reason for this is so that I can retrieve real-time info from each of those pages for each movie link.
This is why I don't want excel to just select the link within the link but to automate that link before even landing on the search page.
I'll worry about the rest later.
Thanks a bunch.
Code:
=HYPERLINK ( "http://www.imdb.com/find?q=" &D2 &"&s=all" , "IMDb" )
Is it possible to make Excel go to the link of the first search result within that webpage that I am linking to.
Let's use this link as an example: www.imdb.com/find?q=Fight Club (1999)&s=all
Btw, the reason for this is so that I can retrieve real-time info from each of those pages for each movie link.
This is why I don't want excel to just select the link within the link but to automate that link before even landing on the search page.
I'll worry about the rest later.
Thanks a bunch.
Last edited: