Set Return Date as today +5
MT
✭✭
hi there,
i have a form to manage my graphic designer's projects. It includes a To Graphics date and Return to You date. How do I set the Return to You date to be today +5 or greater?
Tags:
Comments
-
You can't really set the return date to =Today(5) because every time the sheet is opened the current date would shift... The Today() formula always updates today to be the most current date every time the sheet is opened it recalculates the date for today.
I would create an Assigned Date column that you put the current date in and then have the Due Date column calculate the assigned date plus 5 days.
- =[Calculated Column Name]@row + 5
or if you want working days,
- =Workdays([Calculated Column Name]@row, 5)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!