= RIGHT("000000000000" & A1,12)
The result will be 000000000000,000000000001,...
Then just use the copy, paste special as values technique mentioned earlier.
Reference: http://www.koozie.org/2004/11/excel_leading_z.html
Programming Journal C#, Java, SQL and to a lesser extent HTML, CSS, XML, and regex. I made this so other programmers could benefit from my experience.
= RIGHT("000000000000" & A1,12)
No comments:
Post a Comment