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!