Date formula reoccurring on a specific day of week
Hello
Requesting a formula (column) to return a date to a specific week but is always on a Tuesday.
My spreadsheet is a work back schedule to a specific date.
Launch date occurs on any day of the week but I need minus 3 weeks to land on Tuesdays.
Thank you
Best Answer
-
Give this a try:
=([Date Column Name]@row + (3 - WEEKDAY([Date Column Name]@row)) - IF(WEEKDAY([Date Column Name]@row) < 3, 7, 0)) - 28
Answers
-
Are you able to provide some screenshots for context?
-
Thank you in advance
I would like the PERMIT column (if possible) to occur on TUESDAYS minus 4 weeks from LIVE date.
Currently using a simple formula =LIVE@row - 28
-
Give this a try:
=([Date Column Name]@row + (3 - WEEKDAY([Date Column Name]@row)) - IF(WEEKDAY([Date Column Name]@row) < 3, 7, 0)) - 28
-
Worked perfectly
Thank you !
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!