Hi there,
This is my first post, so I am bit embarrassed to start off here with a question and asking for help when I barely know anyone here. But I am in urgent need of this help and I hope everyone here on the forum is OK with me starting off with a question.
Firstly, the only excel thing I know of is "sorting". Yeah, am an 'excel ignorant' of the worst sort and I've recently began to understand the difference between knowing excel and not, in terms of productivity. Kindly bear with my ignorance level while you read through my question.
What I am looking to do is to get excel to get me values from a data dump.
Basically I have long lines of data that has many things in them including URLs and text. I get this data from search engine results. So I go to Google, enter a keyword, and look into the source code when Google returns results. This source code shows a mix of URLs and plenty of text. I want to make a list of those URLs, while the text is of no use to me.
Therefore, I need XL to filter the URLs from the dump and list it for me.
Fortunately, I know that all URLs in that pile of data start with a HTML tag
and ends with this tag
**** without the ****
So a typical URL would be buried like this in the data pile:
****
http://www.campertravel.com.au/4wd-hire.asp
****
So I need to get excel to locate that URL between these 2 tags and make a list for me. Typically there about 100 to 200 such URLs in that data dump in a long long line of gibberish.
I would want to be able to run a macro or something on that worksheet where it can import a list of URLs from that pile of data.
Again, I am sorry if my definition of my requirement is not clear. Please let me know if anyone can help.
Thanks and regards,
JC
This is my first post, so I am bit embarrassed to start off here with a question and asking for help when I barely know anyone here. But I am in urgent need of this help and I hope everyone here on the forum is OK with me starting off with a question.
Firstly, the only excel thing I know of is "sorting". Yeah, am an 'excel ignorant' of the worst sort and I've recently began to understand the difference between knowing excel and not, in terms of productivity. Kindly bear with my ignorance level while you read through my question.
What I am looking to do is to get excel to get me values from a data dump.
Basically I have long lines of data that has many things in them including URLs and text. I get this data from search engine results. So I go to Google, enter a keyword, and look into the source code when Google returns results. This source code shows a mix of URLs and plenty of text. I want to make a list of those URLs, while the text is of no use to me.
Therefore, I need XL to filter the URLs from the dump and list it for me.
Fortunately, I know that all URLs in that pile of data start with a HTML tag
HTML:
<h3 class="r"><a href="
HTML:
" target=_blank class=l
So a typical URL would be buried like this in the data pile:
****
HTML:
<h3 class="r"><a href="
HTML:
" target=_blank class=l
So I need to get excel to locate that URL between these 2 tags and make a list for me. Typically there about 100 to 200 such URLs in that data dump in a long long line of gibberish.
I would want to be able to run a macro or something on that worksheet where it can import a list of URLs from that pile of data.
Again, I am sorry if my definition of my requirement is not clear. Please let me know if anyone can help.
Thanks and regards,
JC
Last edited: