SOLVED
seperate numbers
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
maxse
6 - Meteoroid
‎01-05-2023
11:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How can i seperate this string into to columns:
123 & 456 into
column 1 column 2
123 456
Solved! Go to Solution.
Labels:
- Labels:
- Best Practices
- Expression
- Regex
- Tips and Tricks
2 REPLIES 2
Felipe_Ribeir0
16 - Nebula
‎01-05-2023
11:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @maxse
One way of doing this, for this you can avoid the complexity of regex using the text to columns tool
gautiergodard
13 - Pulsar
‎01-05-2023
11:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
