How do I split a text string into different ‘words’ or substrings based on a special character using a formula? For example, split the following string into a different column at each colon
I don’t need every field, but I need to grab some of the middle fields, and haven’t gotten the right/left commands to work well with the search function.
That should give you enough to get you going. But again I’d really stress this isn’t a typical use case for monday.com and not an area where I’d consider it to be particularly effective.
EDIT: Of course you’ll need to increment the various elements of these formulae to get different strings throughout the name.
@steph68 I have a really long text string that I want to split up into at least 7 parts - always on a colon (:). Since there are few text functions available in Monday, the solution is to split the string in increments.
So the first column would be the whole string. The next column would use the first formula Francis provided. This would split the first column into two more columns - the first left most ‘word’, then the rest of the string. Then you split the “rest of the string” into two more columns. You keep doing this until you have everything split up.
I don’t have any code yet beyond what Francis provide. A sample of the text string I have to break up is in my first posting. Were you looking for a specific solution to a different problem?