Change Status when date is added to multiple columns
Hi!
I would like the status column to change corosponding to adding a date to the Started Working Proof Sent and Closed Date. I got it to work with the started working date, however I cant figure out how to add teh Proof Sent and Closed Date formula.
=IF(ISBLANK([Started Working]1), "Submitted", "Working"). Is this possible?
Thank you!
Shelley
Best Answer
-
Try something like this...
=IF(ISDATE([Close Date]@row), "Closed", IF(ISDATE([Proof Sent]@row), "Proof Sent", IF(ISDATE([Started Working]@row), "Working", "Submitted")))
Answers
-
Try something like this...
=IF(ISDATE([Close Date]@row), "Closed", IF(ISDATE([Proof Sent]@row), "Proof Sent", IF(ISDATE([Started Working]@row), "Working", "Submitted")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!