Hello
Hope the title makes sense!
I've got a report of people and their social security numbers - it's been written like this: AB 04 56 78 Z
I need to do lookups against another report which has the number written in it's usual form: AB045678Z
On the first report I used text to columns so that each pair of characters and it's final letter are in separate columns:
[pre]A B C D E
AB 04 56 78 Z
[/pre]
Then used CONCATENATE to bring them back together again. Now I formatted the split columns to make sure that there were always two characters. But after concatenate the 0 disappears, so I end up with AB45678Z. Unfortunately there are 250 records from 865 which are affected, so I don't really want to check them manually! It's a report that will need to be done within a tight timeframe each month, so I'd like to sort this and perhaps make it a macro.
thank you for helping
____________
Pendle
Hope the title makes sense!
I've got a report of people and their social security numbers - it's been written like this: AB 04 56 78 Z
I need to do lookups against another report which has the number written in it's usual form: AB045678Z
On the first report I used text to columns so that each pair of characters and it's final letter are in separate columns:
[pre]A B C D E
AB 04 56 78 Z
[/pre]
Then used CONCATENATE to bring them back together again. Now I formatted the split columns to make sure that there were always two characters. But after concatenate the 0 disappears, so I end up with AB45678Z. Unfortunately there are 250 records from 865 which are affected, so I don't really want to check them manually! It's a report that will need to be done within a tight timeframe each month, so I'd like to sort this and perhaps make it a macro.
thank you for helping
____________
Pendle