Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula for Date column based on status change
I'm looking to create a formula to automatically put a date in a column based upon certain statuses in a dropdown menu. For example, I would like that day's date to populate when the status is 1, 2, or 3 but not 4 or 5 (we have about 10 different statuses in our actual list).
Is this something that is possible?
Comments
-
Hi Jenn,
Yes!! This is something that Smartsheets can do. Modify and place the following formula in the date cell. Modify as needed. Change the column names to match your own. If your column names do not have spaces and do not end in a number, then delete the brackets [ ] around the names.
=IF(OR([status column name]1="text for status 1", [status column name]1="text for status 2", [status column name]1 = "text for status 3", [status column name]1 = "text for status 4"), today(), "")
You need to make sure you use the exact text of each of the fours statuses and be aware that the date will change tomorrow to tomorrow's date. There is not currently a native way to hardcode a date automatically in smartsheet.
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