Hello - trying to find code that will split a text string at the 3rd instance of a special character from the right of the string.
example string - "xxx-yyyy-zzz-FL-1-15-8"
I would like to split the text at the 3rd "-" from the right (split between FL and 1). I then need to paste the 2 values in adjacent cells to the original (using Offset or something).
A1 = xxx-yyyy-zzz-FL-1-15-8
B1 = xxx-yyyy-zzz-FL-
C1 = 1-15-8
there will be varying lengths of text between the dashes, but the split will always be needed at the 3rd "-" from the right.
Any guidance would be appreciated.
example string - "xxx-yyyy-zzz-FL-1-15-8"
I would like to split the text at the 3rd "-" from the right (split between FL and 1). I then need to paste the 2 values in adjacent cells to the original (using Offset or something).
A1 = xxx-yyyy-zzz-FL-1-15-8
B1 = xxx-yyyy-zzz-FL-
C1 = 1-15-8
there will be varying lengths of text between the dashes, but the split will always be needed at the 3rd "-" from the right.
Any guidance would be appreciated.