How To Fix New England, New Jersey, and Caribbean Zip Codes in Excel

Assuming the zip codes are in column E, place the following code in column F:


=IF(LEN(E2)<5,REPT("0",5-LEN(E2))&TEXT(E2,"#"),TEXT(E2,"#"))

Drag the formula down the column.

If you want to know why this works, click here.

If you want to know why this problem exists, click here.

Facebooktwitterredditpinterestlinkedinmail

Related books picked - and if possible read - by me. Sponsored by Amazon Associates.

Leave a Reply

Your email address will not be published. Required fields are marked *