
Originally Posted by
JBeaucaire
Is that all in ONE cell per line, or are those indicative of pieces of info in separate cells? If you can put the numbers in one column and the text in another, then you could use a formatting trick to do this.
If A2 has 18048 in it and all the rest of the text were in B2, then that sample set would go down to row 35. In A36, enter this formula:
=IF(LEN(A2)=5,RIGHT(A2,5)+1,"*"&RIGHT(A2,5)+1)
And in B36, just enter:
=B2
Now copy those two cells down as far as you want, 1000s of cells until you have all the sets you want. Highlight the entire set of data, Ctrl-C to copy, then Edit > Paste Special > Values to remove the formulas and lock the values in as real entries.
Bookmarks