I have a number of update requests that I've set up to "trigger" from a column that calculates the number of networkdays left before a due date. For example, I want a manager to update the page count of a report 3 days before that report goes out to an editor so that we know if the length has increased.
But, if that particular day happens to be a Monday and I have that day off and don't happen to open my sheet on that Monday, then I've missed the window and when I open the sheet on Tuesday that column will go directly from 4 to 2, thereby never triggering my update request.
Anyone have a workaround for this so that triggers will work even when/if the main sheet isn't opened each day?