I'm trying to create a formula that essentially does this:
If [Due Date]@row occurs next week then "Next Week"
ELSEIF [Due Date]@row occurs last week then "Last Week"
I was initially doing this with WEEKNUMBER, but that doesn't work when today and due date are in different years. I then tried doing date math by comparing due date to TODAY() and then generating the value based on those numeric ranges, but I'm having trouble getting it right because the "range' of this week and next week shifts depending what "today" is.
Thanks for any help!
Craig