Hi,
I have the following data:
John - Smith - Dave
ABC - DEF - GHI
How can I split this data into two fields so that it outputs:
Name 1 Name 2
John - Smith Dave
I tried to use Text to Columns tool but because these values have multiple dashes, it doesn't work. Any help would be much appreciated. Thank you!