Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

If date is before 11/1/2017 name column differently

$
0
0

I'm hoping to take my "Campaign" column and change the name of the line item if the date is prior to 11/1/2017 for a specific campaign.

 

I tried IF (Contains[campaign],"One+" AND date < 11/1/2017) THEN "Evergreen" ELSE "" ENDIF

 

But it's saying the date function won't work with a less than symbol. Any tips? Thanks!


Viewing all articles
Browse latest Browse all 4999

Trending Articles