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’ into a list of zip codes (I already have the list), where ‘Tampa’ or ‘Orlando’ could be triggered for any match in that list.
Thanks!