I have issues forming expressions especially If/Then! I've made several iterations of this but here is the last one I made. Can someone help me correct it?
IF [DMA Name]="Multi" && [Vendor State] = "ME" THEN "Maine" ELSEIF [Vendor State] = "NH" THEN "New Hampshire"
ELSEIF [DMA Name] ENDIF
Thanks!