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
- 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!