Hi, I am hoping the experts can point me in the right direction on this one. I have never attempted this and do not know where to begin. Is this a regular expression function? I don't know.... so here is what I need to do:
Change this:
To This:
How to add the missing numbers where there is a "-" along with adding the "CR" to the prefix. If someone can lead me a little that would be great.
Change this:
Code:
CR4-7,CR10,CR40-42
To This:
Code:
CR4,CR5,CR6,CR7,CR10,CR40,CR41,CR42
How to add the missing numbers where there is a "-" along with adding the "CR" to the prefix. If someone can lead me a little that would be great.