blackystrat
New Member
- Joined
- Aug 5, 2014
- Messages
- 26
Hello
So I have a spreadsheet (Excel 2013) with two columns for Firm Names and Address. Now for several entries, the firm name is present in both the firm name and the address column.
How can I compare these two columns and strip off the firm names from the address column?
How I have it
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Firm[/TD]
[TD]Address[/TD]
[/TR]
[TR]
[TD]John Reeds[/TD]
[TD]J.R Trading Inc[/TD]
[TD]J.R Trading Inc, 98 Park Avenue[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
How I Want
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Firm[/TD]
[TD]Address[/TD]
[/TR]
[TR]
[TD]John Reeds[/TD]
[TD]J.R Trading Inc[/TD]
[TD]98 Park Avenue[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Many thanks in advance
Regards
So I have a spreadsheet (Excel 2013) with two columns for Firm Names and Address. Now for several entries, the firm name is present in both the firm name and the address column.
How can I compare these two columns and strip off the firm names from the address column?
How I have it
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Firm[/TD]
[TD]Address[/TD]
[/TR]
[TR]
[TD]John Reeds[/TD]
[TD]J.R Trading Inc[/TD]
[TD]J.R Trading Inc, 98 Park Avenue[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
How I Want
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Firm[/TD]
[TD]Address[/TD]
[/TR]
[TR]
[TD]John Reeds[/TD]
[TD]J.R Trading Inc[/TD]
[TD]98 Park Avenue[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Many thanks in advance
Regards