S.H.A.D.O.
Well-known Member
- Joined
- Sep 6, 2005
- Messages
- 1,915
Good evening,
I have a long list that looks like this:
[TABLE="width: 447"]
<tbody>[TR]
[TD]VPN—Virtual Private Network
[/TD]
[/TR]
[TR]
[TD]VPU—Visual Processing Unit
[/TD]
[/TR]
[TR]
[TD]WAN—Wide Area Network
[/TD]
[/TR]
[TR]
[TD]WAP—Wireless Access Point
[/TD]
[/TR]
[TR]
[TD]WAP—Wireless Application Protocol
[/TD]
[/TR]
[TR]
[TD]WINS—Windows Internet Name Service
[/TD]
[/TR]
[TR]
[TD]WLAN—Wireless Local Area Network
I want to split each cell into two columns, basically without what looks like the extended minus sign, hyphen. I have tried text-to-columns and formulas such as...
... but to no avail.
Any help will be greatly appreciated.
Thanks in advance.
[/TD]
[/TR]
</tbody>[/TABLE]
I have a long list that looks like this:
[TABLE="width: 447"]
<tbody>[TR]
[TD]VPN—Virtual Private Network
[/TD]
[/TR]
[TR]
[TD]VPU—Visual Processing Unit
[/TD]
[/TR]
[TR]
[TD]WAN—Wide Area Network
[/TD]
[/TR]
[TR]
[TD]WAP—Wireless Access Point
[/TD]
[/TR]
[TR]
[TD]WAP—Wireless Application Protocol
[/TD]
[/TR]
[TR]
[TD]WINS—Windows Internet Name Service
[/TD]
[/TR]
[TR]
[TD]WLAN—Wireless Local Area Network
I want to split each cell into two columns, basically without what looks like the extended minus sign, hyphen. I have tried text-to-columns and formulas such as...
Code:
=LEFT(B738,FIND("-",B738)-1)
=RIGHT(B738,LEN(B738)-FIND("-",B738))
... but to no avail.
Any help will be greatly appreciated.
Thanks in advance.
[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: