ameenakbar
New Member
- Joined
- Mar 15, 2014
- Messages
- 30
I have data like this.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Google[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]MSN[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
in above data google and msn are hyperlink with URLs.
Now I want extract URLs in next cells, like below.
[TABLE="width: 200"]
<tbody>[TR]
[TD]Google[/TD]
[TD]https://google.com (with formula)[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]MSN[/TD]
[TD]https://msn.com[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there any formula / macro or some other way.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Google[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]MSN[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
in above data google and msn are hyperlink with URLs.
Now I want extract URLs in next cells, like below.
[TABLE="width: 200"]
<tbody>[TR]
[TD]Google[/TD]
[TD]https://google.com (with formula)[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]MSN[/TD]
[TD]https://msn.com[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there any formula / macro or some other way.
Last edited: