decadence
Well-known Member
- Joined
- Oct 9, 2015
- Messages
- 525
- Office Version
- 365
- 2016
- 2013
- 2010
- 2007
- Platform
- Windows
Hi , Is there a way to remove variable text from a string in a cell, there will be variable rows of data that may or may not contain the W/MW values, and it's not case sensitive either. Can someone help with this please
From this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Voltage Switch 1/16W Ceramic Wirewound Regulator[/TD]
[/TR]
[TR]
[TD]Ceramic Wirewound 1/10MW[/TD]
[/TR]
[TR]
[TD]5/100W Differential tactile fuse[/TD]
[/TR]
</tbody>[/TABLE]
To this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Voltage Switch Ceramic Wirewound Regulator[/TD]
[/TR]
[TR]
[TD]Ceramic Wirewound[/TD]
[/TR]
[TR]
[TD]Differential tactile fuse[/TD]
[/TR]
</tbody>[/TABLE]
From this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Voltage Switch 1/16W Ceramic Wirewound Regulator[/TD]
[/TR]
[TR]
[TD]Ceramic Wirewound 1/10MW[/TD]
[/TR]
[TR]
[TD]5/100W Differential tactile fuse[/TD]
[/TR]
</tbody>[/TABLE]
To this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Voltage Switch Ceramic Wirewound Regulator[/TD]
[/TR]
[TR]
[TD]Ceramic Wirewound[/TD]
[/TR]
[TR]
[TD]Differential tactile fuse[/TD]
[/TR]
</tbody>[/TABLE]