Hi, I have a STRING text of stock class information. I want to extract all the text digits or string alike after the final space. How do I do this? The Solution that I'm seeking to replicate is in the column Final Class.
1) I'm able to use the Formula tool: Right([Name],FindString([Name],' ')) and extract some of the data from the right but it's not after the final space.
2) I used a data cleansing tool to remove leading and trailing whitespace
3) Run another Formula Tool: GetRight([EXTRACT_CLASS], " ") but I still can't get results to look like the values in Final Class column.
There might be a regex tool solution but I haven't figured it out as I'm a bigger to regex and parsing such complicated string text.
Thank you!