I have a large dataset which is a long list of newspaper headlines along with other irrelevant data. What I want to do is when a country is mentioned in a headline, be able to pick it out and dump it in the next cell along
So for example:
Column A contains a list of all the countries in Europe.
Column B contains all of the newspaper headlines.
Column C I want to show the country only, and if no country is found to be left blank.
Then I will count up the number of occurrences of each country.
Can anyone help, I’m guessing this is not possible with formulas and will require VBA?
So for example:
Column A contains a list of all the countries in Europe.
Column B contains all of the newspaper headlines.
Column C I want to show the country only, and if no country is found to be left blank.
Then I will count up the number of occurrences of each country.
Can anyone help, I’m guessing this is not possible with formulas and will require VBA?