koolwaters
Active Member
- Joined
- May 16, 2007
- Messages
- 403
Hi!
I have data in a worksheet that I need parsed but the text to columns does not work.
This is the format of my data:
Jane Doe (1)
Company A (SRL) (105)
Company B (37)
I need to split the data into columns, separating the names and the numbers. I cannot use the parenthesis as my delimter because there will be names that contain parentheses. I would like to split the data, so that the names are in one columns and the numbers including the parentheses are in a separate column.
Any suggestions?
Thanks for the help.
I have data in a worksheet that I need parsed but the text to columns does not work.
This is the format of my data:
Jane Doe (1)
Company A (SRL) (105)
Company B (37)
I need to split the data into columns, separating the names and the numbers. I cannot use the parenthesis as my delimter because there will be names that contain parentheses. I would like to split the data, so that the names are in one columns and the numbers including the parentheses are in a separate column.
Any suggestions?
Thanks for the help.