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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!