Fill in Status based on multiple combinations
Hello,
I've been trying to figure out how to automatically populate a column in a column, based on data in 2 other columns.
I want the status to populate "Open" or "Closed" based on the information in the Closure Date and Opening Date columns.
Blank Closure Date and Blank Opening Date = "Open"
Closure Date Present, Opening Date Blank= "Closed"
Closure Date Present, Opening Date Present = "Open"
I've tried several If / And formula's but haven't been able to crack them.
Thanks!
Answers
-
Try this:
=if((isblank([Closure Date]@row), if((isblank([Opening Date]@row),"Open","Invalid Entry"), if((isblank([Opening Date]@row),"Closed","Open"))
I assumed that blank closing and present opening dates are invalid entries because that wasn't defined in your question, but you could change that to whatever you want.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!