Split a column by format or first space.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a column A which contains a number and then some text. I'd like to split the numbers in to one colum and the text in to another.
e.g. 12345 Scenario: state case
Solved! Go to Solution.
- Labels:
- Data Investigation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Mancunian,
You can use the text to columns tool and split on a space using the delimiter \s
Choose your number of columns to split to be 2 and leave extra characters in last column. This will only split on the first space.
If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.
Regards,
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thank you this work really well.
If I had to do this for a header of a field, would I use a dynamic rename?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
To do it for a header i would transpose the data to have each header in a row and use the text to columns on the header column.
If you need me to mock up an example let me know!
Regards,
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Would a function within dynamic rename not work?
