Thank you in advance for any help on this!
So, I am using this formula: "=TODAY() + (6 - WEEKDAY(TODAY()))" to show a weekly task that is always do by Friday every week. I like this one because each Sunday it updates to the current week automatically, making so that this task it is attached to shows up on the calendar for Friday of the current week.
In testing for a bi-weekly task that would be due every other Friday I tried using a similar formula: "=TODAY() + (13 - WEEKDAY(TODAY()))". Which initially seemed to work because that puts the date for every other Friday. But when Sunday comes and starts the next week this formula keeps it always at every other Friday from the current week. Instead of updating bi-weekly like I would need it to. I hope that makes sense.