I have a spreadsheet that has columns I need to separate the information in, but I can't figure out how to split the information. Here is an example:
1 - 461.9 - ACUTE SINUSITIS NOS - 461.9
2 - V06.1 - DIPHTHERIA-TERN-PERTUSIS,DTP,COMB - V06.1
Two examples of information that is in the columns I'm trying to separate, and there are over 1000 rows full of information that is different like this. I want to split the number code (461.9 or V06.1) from the description after the hyphen. The problem is, in example number 2, notice that there are hyphens between the description. A typical delimited type will separate every hyphen, but I want the description to stay together.
Any help with this?
Thanks!
<tbody></tbody>
1 - 461.9 - ACUTE SINUSITIS NOS - 461.9
2 - V06.1 - DIPHTHERIA-TERN-PERTUSIS,DTP,COMB - V06.1
Two examples of information that is in the columns I'm trying to separate, and there are over 1000 rows full of information that is different like this. I want to split the number code (461.9 or V06.1) from the description after the hyphen. The problem is, in example number 2, notice that there are hyphens between the description. A typical delimited type will separate every hyphen, but I want the description to stay together.
Any help with this?
Thanks!
<tbody></tbody>