joshman108
Active Member
- Joined
- Jul 6, 2016
- Messages
- 310
Cell value which I want altered is:
abc-abc-abc
with formula
LEFT(A2,(FIND("-",A2,(FIND("-",A2)+1)+1)))
which cuts down to abc-abc-
But how do I remove the dash at the end to leave:
abc-abc?
Thanks!
abc-abc-abc
with formula
LEFT(A2,(FIND("-",A2,(FIND("-",A2)+1)+1)))
which cuts down to abc-abc-
But how do I remove the dash at the end to leave:
abc-abc?
Thanks!