Trying to figure out how to calculate a future date
I used the formula below but have not had any luck getting the right date. How can i calculate a 7 day future day?
=[date received] + 7
Best Answer
-
Are both you columns set as Date Columns?
To add 7 days =[Date Received]@row + 7
To add 7 working days =WORKDAY([Date Received]@row, 7)
Answers
-
Are both you columns set as Date Columns?
To add 7 days =[Date Received]@row + 7
To add 7 working days =WORKDAY([Date Received]@row, 7)
-
Thank you! I finally got it to work. Didnt realize one of the columns wasnt a date column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!