Hello community,
I need to separate text from a string in a single column that has two cases as follows:
Case 1: ABC/DE01FG02 10/19/2019 Output required: DE01FG02
Case 2: ABC/XY01 02/19/2019 Output required: XY01
Both cases appear in one column of data, and i would like to achieve both outputs in a separate column, if possible.
Thanks in advance for the help, it is much appreciated!