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
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!