Hello,
I want to check a box if the following criteria are met. I want to then base an automation to send out rows that are not complete and were due in the last 7 days / due in the next 14.
Criteria:
Status is not Complete
Finish is in the past 7 days (overdue)
Finish is in the next 14 (look forward 2 weeks)
This is the formula I tried - and is obviously incorrect. Any guidance would be appreciated!
=IF((Status:Status<> "Complete", And(Finish:Finish <=TODAY(-7)),Finish:Finish <TODAY(+14),1,0)