Hi.
I have a long list of numbers (actually formatted as text). They should be 9 digits long, but they all have an additional leading zero. Some of the numbers should have 2 leading zeros, but have 3, and some should have no leading zeros but have 1.
Ultimately, what I need is for the numbers to be 9 digits long with the appropriate number of zeros in front. I have found information on line on how to format so that it drops ALL leading zeros, and I know I could do that and then use concatenate to add back the appropriate number of zeros, however, I don't know how to change the format on an existing list - I use the custom format and it doesn't change....but, if I set up an empty column with the format to drop the zeros I am able to type the number in with leading zeros and they don't show up. Obviously, I don't want to re-type all the numbers in the list. And, I'm guessing that there is an easier way to do all of this that I don't know!
Any help you can give is greatly appreciated!
Thanks,
Jeanie
I have a long list of numbers (actually formatted as text). They should be 9 digits long, but they all have an additional leading zero. Some of the numbers should have 2 leading zeros, but have 3, and some should have no leading zeros but have 1.
Ultimately, what I need is for the numbers to be 9 digits long with the appropriate number of zeros in front. I have found information on line on how to format so that it drops ALL leading zeros, and I know I could do that and then use concatenate to add back the appropriate number of zeros, however, I don't know how to change the format on an existing list - I use the custom format and it doesn't change....but, if I set up an empty column with the format to drop the zeros I am able to type the number in with leading zeros and they don't show up. Obviously, I don't want to re-type all the numbers in the list. And, I'm guessing that there is an easier way to do all of this that I don't know!
Any help you can give is greatly appreciated!
Thanks,
Jeanie