Hello!
I have a column with zip codes that don't have the leading zeros. I can't use a simple Padleft ([ZIP],5, '0') because some are only 3 digits 167 missing the leading zeros and some of them have the additional 4 digits, but missing the leading zeros - for example 9072523 that should be 009072523
Suggestion for the best way to account for both situations?
Thank you!
Kim