Nanogirl21
Active Member
- Joined
- Nov 19, 2013
- Messages
- 331
- Office Version
- 365
- Platform
- Windows
I have text in columns T, U, and V on a sheet called Tracking. In some of the cells I have “- Hold “. I would like to delete “- Hold “ and add “/ Hold“ to the end of the remaining text in the cell. Is there any way to do this using VBA? If not, what about a standard formula?
EXAMPLE:
[TABLE="width: 500"]
<tbody>[TR]
[TD]CURRENT
[/TD]
[TD]RESULTS WANTED
[/TD]
[/TR]
[TR]
[TD]APPLES - HOLD 15
[/TD]
[TD]APPLES 15 / HOLD
[/TD]
[/TR]
[TR]
[TD]ORANGES - HOLD 40
[/TD]
[TD]ORANGES 40 / HOLD
[/TD]
[/TR]
[TR]
[TD]PINEAPPLE - HOLD 00
[/TD]
[TD]PINEAPPLE 00 / HOLD
[/TD]
[/TR]
</tbody>[/TABLE]
EXAMPLE:
[TABLE="width: 500"]
<tbody>[TR]
[TD]CURRENT
[/TD]
[TD]RESULTS WANTED
[/TD]
[/TR]
[TR]
[TD]APPLES - HOLD 15
[/TD]
[TD]APPLES 15 / HOLD
[/TD]
[/TR]
[TR]
[TD]ORANGES - HOLD 40
[/TD]
[TD]ORANGES 40 / HOLD
[/TD]
[/TR]
[TR]
[TD]PINEAPPLE - HOLD 00
[/TD]
[TD]PINEAPPLE 00 / HOLD
[/TD]
[/TR]
</tbody>[/TABLE]