davillanous1
New Member
- Joined
- Apr 8, 2015
- Messages
- 1
Hello! I am needing assistance with the following issue. I have a string of text where the 8th character is always a "-" but the amount of characters that follow are different. ex:
amcc-ap-h-d
amcc-ar-h
amcc-as-h-d-a
i need to remove the 8th character from each to return the following
amcc-aph-d
amcc-arh
amcc-ash-d-a
having the string in this format will allow me to use to info for vlookups.
Please help.
amcc-ap-h-d
amcc-ar-h
amcc-as-h-d-a
i need to remove the 8th character from each to return the following
amcc-aph-d
amcc-arh
amcc-ash-d-a
having the string in this format will allow me to use to info for vlookups.
Please help.