Hi.
I am working on a (roughly) annual document review system, in partnership with another team in my organization. They have requested that they receive one document to review per week. But there are more documents to review than there are weeks in the year. So I need to figure out a method for ensuring that I don't send them more than one document per week.
Here are the columns I'm using now:
- Last Reviewed Date is starting off as manually entered (by me), but once this process is in motion, this field will be updated by automation as reviews are completed.
- Next Review Due adds 365 days to the Last Reviewed Date. If that date is not a Friday, it displays the date of the very next Friday. My partners have requested that their reviews always be due on Friday.
- Solicit Review Trigger Date references the Friday displayed in Next Review Due, then displays the Monday immediately preceding it. My partners have requested that their review requests always be sent on Monday.
My questions: What formula(s) and helper column(s) do I need to ensure that every row has a unique combination of calendar year + week number? How can I avoid sending review requests during particular weeks of the year (e.g., Thanksgiving and the week between Christmas and New Year's)?