Greetings, I have a zip code field that's either 5 digits or 9 digits. I need a formula to display the zip code as either 12345 or 12345-6789 depending on the content of the field. I know How to write the beginning of the formula, I do not know how to write the if 9 part.
I have IF({Zip Code} <6,{Zip Code}, Need to describe the 9 digit code with a dash.)
Anyone have a thought on this? I am using a number field for the zip code. Is this the correct field to use?
Thanks, Scott