Auto Add a Date
Hi,
I have a Smartsheet with a Check Box for all clients that started services as well a a date column for which date they started. I would like to create a formula where a a date Auto populates, but the date should be 30 days later then the original date of when services where started if the checkbox is checked. As of right now, i manually need to put it the dates.
I have tried the IF Function but it didnt work for some reason.
Please Advise,
Thanks
Answers
-
What you are trying to do should look something like this, make sure both columns are formatted as date columns
=IF(Started@row = 1, [Start Date]@row + 30, "")
-
Thanks @Paul H It worked- just wondering why the Quotes at the end.
-
Sorry they are not needed, I just type them habit when writing IF statements
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives