Yes, it is an easy search, the same to perform by code but no needs a lot of coding ! (Around 30 codelines …)
Trick : try several websearch engines to choose the more accurate (avoid Google) or easier to extract …
FYI : it is just a question of accuracy of the websearch as well of extracting ticker from right result.
As from beginning of this thread the purpose is to search a ticker from company name on Yahoo Finance,
the websearch must do the same : Yahoo Finance CompanyName …
Check if a specific characters string for a ticker is whithin link and on Yahoo Finance then it's easy to extract ticker
as you can see in
this demonstration upon OP sample with a near 100% result without any missing ticker !
I just mod a classic IE code I posted on another forum (like many samples within threads of this forum).
It just needs to well observe how works search engine and what to extract from results,
not difficult by warming a couple of neurones !
So with an accurate websearch, the right answer is always in the beginning of results :
from OP sample file, all missing tickers were found via first result except one with the second result !
Another reason I did not post a try is from the poor 3 tickers results within the OP sample workbook
I do not reach the same ticker result for one company, maybe OP made a typo ?
Waiting for news from OP …
Bookmarks