Sean15
Well-known Member
- Joined
- Jun 25, 2005
- Messages
- 719
- Office Version
- 2010
- Platform
- Windows
Hello:
An online poster posted gave this formula to remove all text after the second dash including the second dash.
LEFT(D19,FIND(" - ",D19,FIND(" - ",D19)+1)-1)
But can formula be adjusted to remove all text after second dash including the second dash and all text after third dash including the third dash if a third dash exist? I working with odd format data and that would be a big help.
An online poster posted gave this formula to remove all text after the second dash including the second dash.
LEFT(D19,FIND(" - ",D19,FIND(" - ",D19)+1)-1)
But can formula be adjusted to remove all text after second dash including the second dash and all text after third dash including the third dash if a third dash exist? I working with odd format data and that would be a big help.