Formula for Date to Round to upcoming Fridays Date

CaraBart28
✭✭✭✭✭
Good Morning,
I am looking for help in creating a formula that will automatically update to the following Fridays date. You will see in the screen shot below that we have the auto column for the date request form submitted. I am looking to have the ordered date automatically round to the Friday following the created date. So in the example below the created date is 10/9/23, and I would like for it to automatically round to 9/13/23, how do I make this happen?
Answers
-
Give this a try:
=DATEONLY([Date Request form Submitted]@row) + (6 - WEEKDAY(DATEONLY([Date Request form Submitted]@row))) + IF(WEEKDAY(DATEONLY([Date Request form Submitted]@row)) = 7, 7)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!