I have a publication that's sent out every Wednesday and allows people to submit articles to show up in the weekly publication. I need help writing a formula that would make the "Publish Date" column anything submitted between Thursday-Wednesday to show that week's Wednesday date and everything outside to show the following week and so on (see table example below) .
I have a formula that works on a week basis, but doesn't account for dates that go past Wednesday:
=[Submission Date]@row - (WEEKDAY([Submission Date]@row) - 4)