I wasn't sure how to search this - I've done searches, but none really address what I'm trying to accomplish -- but if you have another thread to refer me to, I'll go there! Otherwise, Ideas, please!
I am moving my "to do" list from an online service that's raising its fees to an Excel spreadsheet with some VBA to automate things.
I have, among others, these columns: completed, description, recurrence, due date.
When I double-click in the "completed" column, if there is a recurrence pattern in that column, I want to advance the due date to the next correct date.
In other words, if today (Wednesday) 10/31 I complete a task with a recurrence pattern of MTWR (mon, tue, wed, thu), I want the due date to change to Thursday 11/1.
When I complete that task TOMORROW, however, I want the due date to change to Monday 11/5.
What's the most efficient way to handle patterns and date calculations like this?
I'll also have SATSUN for "do every saturday and sunday," etc.
Because the weekday numbers rotate, I've not been successful at determining a pattern that I can use every -- or even MOST -- times.
Thanks for any tips!
I am moving my "to do" list from an online service that's raising its fees to an Excel spreadsheet with some VBA to automate things.
I have, among others, these columns: completed, description, recurrence, due date.
When I double-click in the "completed" column, if there is a recurrence pattern in that column, I want to advance the due date to the next correct date.
In other words, if today (Wednesday) 10/31 I complete a task with a recurrence pattern of MTWR (mon, tue, wed, thu), I want the due date to change to Thursday 11/1.
When I complete that task TOMORROW, however, I want the due date to change to Monday 11/5.
What's the most efficient way to handle patterns and date calculations like this?
I'll also have SATSUN for "do every saturday and sunday," etc.
Because the weekday numbers rotate, I've not been successful at determining a pattern that I can use every -- or even MOST -- times.
Thanks for any tips!