rogueakula
New Member
- Joined
- Apr 23, 2018
- Messages
- 19
I have seen numerous posts on how to separate text based on a common delimitator. However, my text contains multiple commas. I am looking to separate text after the first comma only. For example:
part/one/of/my/text, This is the second part, but it may contain one or more commas
I am looking to get it splint into two columns.
I thought that I could use Text to Columns but that moves based on all the commas in a cell. Any help would be greatly appreciated! Thank you in advance!
-Josh
part/one/of/my/text, This is the second part, but it may contain one or more commas
I am looking to get it splint into two columns.
Column One | Column Two |
part/one/of/my/text | This is the second part, but it may contain one or more commas |
I thought that I could use Text to Columns but that moves based on all the commas in a cell. Any help would be greatly appreciated! Thank you in advance!
-Josh