MikeIke
Footballguy
I'm looking for a way to split out ID numbers from a string that contains both a name and an ID number. For example, I might have cells that read
Ringo Starr A123456
Stevie Ray Vaughn B987321
Bono C223344
I want to split those into two columns - Full name, and ID. I cant use the Text to Columns function because the spacing is inconsistent, and some people have one name, others have two or more.
One direction I was heading is if there is a function that can find the position of the first number, then I could split the data one space over from that. But since the numbers will be different I can't use the Find function. Is there a way to search generically for a numberic value in a text string?
Any other ideas?
Ringo Starr A123456
Stevie Ray Vaughn B987321
Bono C223344
I want to split those into two columns - Full name, and ID. I cant use the Text to Columns function because the spacing is inconsistent, and some people have one name, others have two or more.
One direction I was heading is if there is a function that can find the position of the first number, then I could split the data one space over from that. But since the numbers will be different I can't use the Find function. Is there a way to search generically for a numberic value in a text string?
Any other ideas?