Is it possible in smartsheet to change status automatically based on column dates?
Is it possible in Smartsheet to change automatically the Status column based on Date Received column and auto change Status once the Date Check Transmitted FMD Column was filled in? Thank you.
Best Answer
-
Hi @Maryjo Reyes,
Are you looking to have the status change is any date is entered into the Date Check or Date Received columns? If so, this should work:
=IF(ISDATE([Accounting (Date Check Transmitted to FMD)]@row), "Check Transmitted to FMD", IF(ISDATE([Accounting (Date Received)]@row), "Check Preparation"))
Hannah
Answers
-
Hi @Maryjo Reyes,
Are you looking to have the status change is any date is entered into the Date Check or Date Received columns? If so, this should work:
=IF(ISDATE([Accounting (Date Check Transmitted to FMD)]@row), "Check Transmitted to FMD", IF(ISDATE([Accounting (Date Received)]@row), "Check Preparation"))
Hannah
-
Hi @Hannah H,
Great! Thanks for your help. 😊
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!