Hi Everyone,
I have a set of data that is separated based on a random number of spaces. I would like to parse these out into columns, but I need to split them based on more than one space, since the data in the first column could have spaces in it. It looks something like this:
Name: Start Date: End Date: |
John Smith 3/4/2017 6/8/2017 |
Susan R. Jones 4/8/2016 5/1/2017 |
I need these split into individual columns, but when I try to use the text to columns tool with the delimiter being two or three spaces, it still splits the names into different columns as well.
Any help would be greatly appreciated. Thank you!