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