Weekend date Formula in text/number column
Answers
-
Hello,
It will depend on how you are generating the dates. I will be happy to give you A formula, but you may have to tweak depending on how you have your dates. The following formula could be used to generate the next weekend dates based off the current day:
- =MONTH(TODAY(7 - WEEKDAY(TODAY()))) + "/" + DAY(TODAY(7 - WEEKDAY(TODAY()))) + "/" + YEAR(TODAY(7 - WEEKDAY(TODAY())))+" & "+ MONTH(TODAY(7 - WEEKDAY(TODAY(-1)))) + "/" + DAY(TODAY(7 - WEEKDAY(TODAY(-1)))) + "/" + YEAR(TODAY(7 - WEEKDAY(TODAY(-1))))
Let me know if you need additional help.
Thanks!
Best,
Zach Hall
Training Delivery Manager / Charter Communications
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!