Hey, i've got a series of numbers that are not all in the same format:
01-1001 A
01-1002 A
01-1003 B
011004-A
011005-B
01-1006 C
I want it to look like:
011001.....A
011002.....A
011003.....B
011004.....A
011005.....B
011006.....C
I've gotten this far using 'Text to Columns" and separating it by the " " [space]. I can't seem to get the "-" to do what i want though because they appear in both formats:
01-1001.....A
01-1002.....A
01-1003.....B
011004-A
011005-B
01-1006.....C
Is there a way to select the cell that contain only "##-###" and not the "######-"?? There are over 5000 data entries so would really prefer the computer to do this for me..
Bookmarks