LOL-Blaster
Regular Member
- Aug 29, 2012
- 342
- 711
So I have an csv file that looks like this:
[TABLE="width: 500"]
[TR]
[TD]url1[/TD]
[TD]kw1[/TD]
[/TR]
[TR]
[TD]url2[/TD]
[TD]kw2[/TD]
[/TR]
[TR]
[TD]url3[/TD]
[TD]kw3[/TD]
[/TR]
[/TABLE]
Is there a tool that can take the data and generate list of hyperlinks like this:
<a href="url1">kw1</a>SPACE<a href="url1">kw2</a>SPACE<a href="url2">kw1</a>...
For those who aren't aware, that's 3x3=9 combinations
Can I do it with excel?
[TABLE="width: 500"]
[TR]
[TD]url1[/TD]
[TD]kw1[/TD]
[/TR]
[TR]
[TD]url2[/TD]
[TD]kw2[/TD]
[/TR]
[TR]
[TD]url3[/TD]
[TD]kw3[/TD]
[/TR]
[/TABLE]
Is there a tool that can take the data and generate list of hyperlinks like this:
<a href="url1">kw1</a>SPACE<a href="url1">kw2</a>SPACE<a href="url2">kw1</a>...
For those who aren't aware, that's 3x3=9 combinations
Can I do it with excel?
Last edited: