Hi, I’m super new to using formulas. I’d like to do an IF formula for my “Published date” column with the “assigned week” column.
So if the dates are less than 2 weeks time it will get “first two weeks” if its more than two weeks it will get the “last two weeks”.
My formula:
IF({Published date}) < 14, “first two weeks”) ,IF({Published date}) > 14,“last two weeks”)
Please advised… Thanks in advance!