I admit.. I'm gonna be lazy on this one. lol. I'm brand new to smart sheet.
We have a field called [Due Date] that is a date type field. I want to create a string field that follows this logic:
IF [Due Date] occurs during this week THEN "This Week"
ELSEIF [Due Date] occurs next week THEN "Next Week"
ELSEIF [Due Date] occurs last week THEN "Last Week"
ELSEIF [Due Date] occurs after next week THEN "After Next Week "
ELSEIF [Due Date] occurs before last week then "Before Last Week"
ELSE null()
I'm used to using Alteryx where I can write this exactly like I wrote it, but I'm having trouble achieving this using the nested if syntax of Smartsheet.
Thanks for any help!,
Craig