Add date not working
Hey guys.. can anyone help me troubleshoot why this isnt working?
I am looking to add 45 days from the Start Date in 45 Day Prod column but am getting invalid column value.
Best Answer
-
You would use the same thing, but instead of adding 45 you would add Tenure@row.
Answers
-
You do not need a DATEONLY function.
=[Start Date]@row + 45
Also double check that both columns are set as date type columns.
-
Is [Start Date] simply a date entry? If so, you do not need DATEONLY.
[Start Date]@row + 45
If you do need to apply DATEONLY:
DATEONLY([Start Date]@row) + 45
The [45 Day Prod] column must also be formatted as DATE in order for either formula to work.
-
So i had to change this around a bit to work for our needs and now the @row wont work, any assistance with the updated format below to auto populate Date when a start date is added.
So Start Date + Tenure (Days) = Date
-
You would use the same thing, but instead of adding 45 you would add Tenure@row.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!