Hello:
I have a column with name, "Stage", and with Row values as follows
1 - New Meeting
2 - Old Meeting
3 - Not interested.
I wanted to convert these using text to columns with Numerals in one column, and String in another column. The way i got it working is using Text to columns twice, which i dont think is best practice, looking for any better suggestions
Solved! Go to Solution.
Yes, i used - as a demiliter, but the problem is there is whitespace between delimiters.
@bpatel
I had the exact same configuration as yours, but somehow i was getting a different result
Column1 - Number
Column2 - (-)Name
Thanks for your help though, really appreciate it. Regex provided by @EW worked really well..
You can use a formula tool and use a substring function Substring(String,Start,Length) to extract the part of a string Column.