K
Karl H
If a zip code ends with 4 zeros, I'd like to eliminate them and have the zip
code just be 5 numbers (or text). I'm not sure how to do this If/then
statement. Here's what I have (which doesn't work).
=IF(J2 Right(="0000"), Text("00000"), Text("00000/-####))
Thank you in advance for any help.
Karl
code just be 5 numbers (or text). I'm not sure how to do this If/then
statement. Here's what I have (which doesn't work).
=IF(J2 Right(="0000"), Text("00000"), Text("00000/-####))
Thank you in advance for any help.
Karl