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
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Are you able to provide some screenshots for context?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
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
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Worked perfectly
Thank you !
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!