G
Guest
I have to extract the first 3-digits of a postal code, currently using:
=LEFT(A1,3)
However, this will not pull correctly if the postal code begins with 0.
Example: 04587 will pull 458 instead of 045.
Any suggestions?
=LEFT(A1,3)
However, this will not pull correctly if the postal code begins with 0.
Example: 04587 will pull 458 instead of 045.
Any suggestions?