Hello,
I’m writing a formula to tell me the DMA region of a client based on a list of zip codes. Here’s my formula so far:
IF({Zip Code}=‘34471’,‘Tampa’,IF({Zip Code}=‘32703’,‘Orlando’,‘Other’))
I just need to know how to turn ‘34471’ and ‘32703’ int...