I have a data set that has a column with junk data surrounding the data I need.
Example: RS345, WIhihdh, 19-999878 or
D124, 18-878789 RT2A
I need to keep only the 19-000989 or the 18-878789. I need to create a string expression that will look for xx-xxxxxx and create a new column for this data.
I'm trying to use the multi-row formula tool I'm struggling with the string expression. Any advice would be appreciated.