DiLaflamme
New Member
- Joined
- Apr 18, 2014
- Messages
- 4
Hello everyone. I am new to this, please bear with me. I hope I am phrasing my question well. Thanks for your help in advance!
I have a spreadsheet with hundreds of URLs, and buried somewhere in that URL is a product code. Convention is not the strong suit here, so the code can be anywhere in the URL string. I'm hoping to search for all of the project codes through the URLs, and if found, insert the product name.
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]URL
[/TD]
[TD]Product name
[/TD]
[/TR]
[TR]
[TD]crzyurl.com/cms/type/core/s/865278/res/600x1024/text/uncompressed/ver/4.0.2/lang/en/fname/assets.zip
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]crzyurl.com/cms/type/core/pId/5/res/320x480/text/pvr/ver/1.0.39/lang/en/fname/320480_pvr.zip
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
On a seperate work sheet I have the product code mapping (hundreds of them):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product ID
[/TD]
[TD]Product name
[/TD]
[/TR]
[TR]
[TD]865278[/TD]
[TD]Product 1
[/TD]
[/TR]
[TR]
[TD]320480
[/TD]
[TD]Product 2
[/TD]
[/TR]
</tbody>[/TABLE]
I would like to search for all of the product IDs in the URLS. When it finds a match, insert the Product Name in the cell next to the URL.
Please tell me this is possible!
I have a spreadsheet with hundreds of URLs, and buried somewhere in that URL is a product code. Convention is not the strong suit here, so the code can be anywhere in the URL string. I'm hoping to search for all of the project codes through the URLs, and if found, insert the product name.
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]URL
[/TD]
[TD]Product name
[/TD]
[/TR]
[TR]
[TD]crzyurl.com/cms/type/core/s/865278/res/600x1024/text/uncompressed/ver/4.0.2/lang/en/fname/assets.zip
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]crzyurl.com/cms/type/core/pId/5/res/320x480/text/pvr/ver/1.0.39/lang/en/fname/320480_pvr.zip
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
On a seperate work sheet I have the product code mapping (hundreds of them):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product ID
[/TD]
[TD]Product name
[/TD]
[/TR]
[TR]
[TD]865278[/TD]
[TD]Product 1
[/TD]
[/TR]
[TR]
[TD]320480
[/TD]
[TD]Product 2
[/TD]
[/TR]
</tbody>[/TABLE]
I would like to search for all of the product IDs in the URLS. When it finds a match, insert the Product Name in the cell next to the URL.
Please tell me this is possible!