I have about 500,000 cells on a spreadsheet that all follow a letter and number pattern. There are two patterns that look like this:
y124f07 and h67g02.
So the first is:
Letter, number, number, number, letter, number, number
The second is:
Letter, number, number, letter, number, number
I need all of the patterns to follow the first pattern, so any time there are only two numbers between the two letters I need to ad a "0" before the first two numbers i.e.. Change h67g02 to h067g02 without changing y124f07 and without messing up the last two numbers (07 or 02). Please help. Thanks Joe