hi,
i am trying to use data from two different columns to create a new column but not sure if using IF "Contain" is the best way. Can also use = but i think the issue i'm having is with reading the values in both columns.
Here is what i have so far:
IF CONTAINS ([Address City],'Atlanta') and and ([Org Level] = "CCB" THEN "Atlanta-CCB"
However, data preview is showing as Null.
Thanks