Hey all,
I'm translating a string characters:
xzyxzyzxyy 8-22-60-5W6 zxyzxyyxzy
zxyxzy 10-21-1-6 yxzyzyyxyzxyyzyxy
yzxyxzyyxzyxzyxyzyx 6-20-111-5 yzx
to:
08-22-060-05W6
10-21-001-06W6
06-20-111-05W6
And I was thinking of searching for the Nth "-" by using a FIND("-",A1,FIND("-",A1)+0) tied to a TEXT(value, format) inside a MID command inside a CONCATENATE to string it all together.
I really don't have any idea how to do this though.
I'm translating a string characters:
xzyxzyzxyy 8-22-60-5W6 zxyzxyyxzy
zxyxzy 10-21-1-6 yxzyzyyxyzxyyzyxy
yzxyxzyyxzyxzyxyzyx 6-20-111-5 yzx
to:
08-22-060-05W6
10-21-001-06W6
06-20-111-05W6
And I was thinking of searching for the Nth "-" by using a FIND("-",A1,FIND("-",A1)+0) tied to a TEXT(value, format) inside a MID command inside a CONCATENATE to string it all together.
I really don't have any idea how to do this though.